Using sequencer configuration handling and making it more foolproof

This commit is contained in:
2020-06-04 15:20:37 +02:00
parent 7a61dcd718
commit a7a632523d
2 changed files with 16 additions and 19 deletions

View File

@@ -14,9 +14,9 @@ CERTBOT_WEBROOT="/var/www/letsencrypt"
# Email address for important account notifications
CERTBOT_MAIL="postmaster@mydomain.eu"
# List you domains here.
# Uncomment and list your domains here.
# The first will be the subject CN and all other will be listed as Subject Alternative Names.
CERTBOT_DOMAINS=(\
mydomain.eu \
www.mydomain.eu \
)
#CERTBOT_DOMAINS=(\
# mydomain.eu \
# www.mydomain.eu \
# )