diff --git a/roles/certbot/templates/letsencrypt/conf.d/wildcard.ini.j2 b/roles/certbot/templates/letsencrypt/conf.d/wildcard.ini.j2 index 394632f6..d311fa76 100644 --- a/roles/certbot/templates/letsencrypt/conf.d/wildcard.ini.j2 +++ b/roles/certbot/templates/letsencrypt/conf.d/wildcard.ini.j2 @@ -8,7 +8,6 @@ rsa-key-size = 4096 # Always use the staging/testing server # server = https://acme-staging.api.letsencrypt.org/directory -# server = https://acme-v01.api.letsencrypt.org/directory # Uncomment and update to register with the specified e-mail address email = root@crans.org @@ -23,4 +22,4 @@ dns-rfc2136-propagation-seconds = 30 # Wildcard the domain cert-name = crans.org -domains = crans.org, *.crans.org +domains = crans.org, *.crans.org, crans.fr, *.crans.fr, crans.eu, *.crans.eu