certbot expand in command

This commit is contained in:
fliespl
2024-09-20 22:46:37 +02:00
committed by GitHub
parent 48941fe2a0
commit 49e18182a7
+1
View File
@@ -38,6 +38,7 @@ certbot_create_command: >-
{{ cert_item.webroot | default(certbot_webroot) if certbot_create_method == 'webroot' else '' }}
{{ certbot_create_extra_args }}
-d {{ cert_item.domains | join(',') }}
{{ '--expand' if certbot_expand else '' }}
{{ '--pre-hook /etc/letsencrypt/renewal-hooks/pre/stop_services'
if certbot_create_standalone_stop_services and certbot_create_method == 'standalone'
else '' }}