Browse Source

use zerossl for default tls

Anish Mukherjee 2 years ago
parent
commit
8595c6e51b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docker/Caddyfile

+ 2 - 1
docker/Caddyfile

@@ -1,5 +1,6 @@
 {
-        # LetsEncrypt account
+        # ZeroSSL account
+        acme_ca https://acme.zerossl.com/v2/DV90
         email YOUR_EMAIL
 }