|
@@ -31,13 +31,9 @@ exposedbydefault = false
|
|
# the email is set on the command line
|
|
# the email is set on the command line
|
|
storage = "acme.json"
|
|
storage = "acme.json"
|
|
entryPoint = "https"
|
|
entryPoint = "https"
|
|
-#OnHostRule = true
|
|
|
|
-acmeLogging = true
|
|
|
|
|
|
+OnHostRule = true
|
|
|
|
+#acmeLogging = true
|
|
#caServer = "https://acme-staging.api.letsencrypt.org/directory"
|
|
#caServer = "https://acme-staging.api.letsencrypt.org/directory"
|
|
[acme.httpChallenge]
|
|
[acme.httpChallenge]
|
|
entryPoint = "http"
|
|
entryPoint = "http"
|
|
|
|
|
|
-[[acme.domains]]
|
|
|
|
- main = "###DOMAIN###"
|
|
|
|
- sans = ["www.###DOMAIN###", "pad.###DOMAIN###", "cloud.###DOMAIN###"]
|
|
|
|
-
|
|
|