Fixes expanding existing certificate

This commit is contained in:
Nikolaos Kakouros 2017-09-07 20:16:00 +02:00
parent f9cbd99299
commit 68591ede4c

View File

@ -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"