mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-11 08:11:15 +02:00
allow certificates to be expanded
This commit is contained in:
+1
-1
@@ -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(',') }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user