chore: rename letsencrypt to acme in sample config

This commit is contained in:
Roni Väyrynen
2022-07-29 14:43:43 +03:00
parent ebf366bcc8
commit fef234d037

View File

@@ -89,7 +89,7 @@ PRESERVE="3"
# enables autocert, sets certificate paths if missing and adds http to https redirect. # enables autocert, sets certificate paths if missing and adds http to https redirect.
#ACME="false" #ACME="false"
# Let's Encrypt domain for which the certificate is generated. # ACME domain for which the certificate is generated.
# Domain needs to be pointed towards XO server public ip-address and ports 80 and 443 allowed. # Domain needs to be pointed towards XO server public ip-address and ports 80 and 443 allowed.
#ACME_DOMAIN="" #ACME_DOMAIN=""