diff --git a/roles/copr/certbot/templates/lighttpd b/roles/copr/certbot/templates/lighttpd index de53e783d9..28c8840b38 100644 --- a/roles/copr/certbot/templates/lighttpd +++ b/roles/copr/certbot/templates/lighttpd @@ -4,6 +4,7 @@ set -e pem_fixup() { + rm -f /etc/letsencrypt/live/$1/combined.pem cat "/etc/letsencrypt/live/$1/cert.pem" \ "/etc/letsencrypt/live/$1/privkey.pem" \ > "/etc/letsencrypt/live/$1/combined.pem"