mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Fixes expanding existing certificate
This commit is contained in:
parent
f9cbd99299
commit
68591ede4c
@ -32,4 +32,4 @@ certbot_register_command: "{{ certbot_script }} register --non-interactive --agr
|
||||
certbot_domains: []
|
||||
|
||||
# The command to run to generate the certificates
|
||||
certbot_cert_command: "{{ certbot_script }} certonly --noninteractive --standalone"
|
||||
certbot_cert_command: "{{ certbot_script }} certonly --noninteractive --standalone --expand"
|
||||
|
Loading…
x
Reference in New Issue
Block a user