allow certificates to be expanded

This commit is contained in:
Yannick Markus
2020-06-26 17:58:08 +02:00
parent b3a886e9ee
commit e5c0dc1541
2 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ certbot_certs: []
# - domains:
# - example3.com
certbot_create_command: >-
{{ certbot_script }} certonly --standalone --noninteractive --agree-tos
{{ certbot_script }} certonly --standalone --noninteractive --expand --agree-tos
--email {{ cert_item.email | default(certbot_admin_email) }}
-d {{ cert_item.domains | join(',') }}