mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-26 01:30:46 +02:00
Fixes expanding existing certificate
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user