This commit is contained in:
Yoan Tournade
2021-04-02 14:39:36 +08:00
committed by GitHub
3 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ certbot_certs: []
# - example3.com
certbot_create_command: >-
{{ certbot_script }} certonly --standalone --noninteractive --agree-tos
--email {{ cert_item.email | default(certbot_admin_email) }}
--expand --email {{ cert_item.email | default(certbot_admin_email) }}
-d {{ cert_item.domains | join(',') }}
certbot_create_standalone_stop_services: