Fixes expanding existing certificate

pull/34/head
Nikolaos Kakouros 7 years ago
parent f9cbd99299
commit 68591ede4c
  1. 2
      defaults/main.yml

@ -32,4 +32,4 @@ certbot_register_command: "{{ certbot_script }} register --non-interactive --agr
certbot_domains: [] certbot_domains: []
# The command to run to generate the certificates # 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…
Cancel
Save