chore: add some spacing to acme options in config file

This commit is contained in:
Roni Väyrynen
2022-07-29 14:36:30 +03:00
parent 3559945306
commit 2012f78f59

View File

@@ -88,11 +88,14 @@ PRESERVE="3"
# Setting this to true will configure HTTP and HTTPS listeners to ports 80/443 (overwrites PORT variable),
# enables autocert, sets certificate paths if missing and adds http to https redirect.
#ACME="false"
# Let's Encrypt domain for which the certificate is generated.
# Domain needs to be pointed towards XO server public ip-address and ports 80 and 443 allowed.
#ACME_DOMAIN=""
# Optional email address to receive notifications related to certificate
#ACME_EMAIL=""
# Optional ACME CA to use. Will default to Let's Encrypt
# Available ones listed here: https://www.npmjs.com/package/acme-client#directory-urls
#ACME_CA="letsencrypt/production"