diff --git a/morph/issuer.nix b/morph/issuer.nix
index a37bba5c26cf698cae78b647bd36d5be1c3d4fe8..98d10d38cd49d1c0dda8a630ef7b622d5ea62284 100644
--- a/morph/issuer.nix
+++ b/morph/issuer.nix
@@ -27,6 +27,7 @@
 
   services.private-storage-issuer = {
     enable = true;
+    tls = true;
     ristrettoSigningKeyPath = ./.. + ristrettoSigningKeyPath;
     stripeSecretKeyPath = ./.. + stripeSecretKeyPath;
     database = "SQLite3";