diff --git a/roles/haproxy/files/update_haproxy_certs.sh b/roles/haproxy/files/update_haproxy_certs.sh index db93f45..8a4a158 100755 --- a/roles/haproxy/files/update_haproxy_certs.sh +++ b/roles/haproxy/files/update_haproxy_certs.sh @@ -7,7 +7,7 @@ while read -r domain do if [ ! -d "/etc/letsencrypt/live/$domain" ] then - certbot certonly --standalone \ + certbot certonly \ -d "$domain" \ --non-interactive \ --agree-tos \