allow certificates to be expanded

This commit is contained in:
Yannick Markus
2022-01-24 23:58:51 +01:00
committed by Andreas Motl
parent eb4647ed9c
commit d62025267d
2 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ certbot_create_command: >-
--email {{ cert_item.email | default(certbot_admin_email) }}
{{ '--webroot-path ' if certbot_create_method == 'webroot' else '' }}
{{ cert_item.webroot | default(certbot_webroot) if certbot_create_method == 'webroot' else '' }}
-d {{ cert_item.domains | join(',') }}
--domains {{ cert_item.domains | join(',') }} --expand
{{ '--pre-hook /etc/letsencrypt/renewal-hooks/pre/stop_services'
if certbot_create_standalone_stop_services
else '' }}