From 68591ede4cb759d3817fef33f3e55560d8ed43e5 Mon Sep 17 00:00:00 2001 From: Nikolaos Kakouros Date: Thu, 7 Sep 2017 20:16:00 +0200 Subject: [PATCH] Fixes expanding existing certificate --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index fefbe1d..b4cd916 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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"