diff --git a/roles/haproxy/templates/certbot-renewal-cluster.j2 b/roles/haproxy/templates/certbot-renewal-cluster.j2 index edd5f63..1915309 100644 --- a/roles/haproxy/templates/certbot-renewal-cluster.j2 +++ b/roles/haproxy/templates/certbot-renewal-cluster.j2 @@ -22,12 +22,6 @@ if [[ $(hostname -I)[*] =~ $VIRTUAL_IP ]]; then # tar the letsencrypt directory for transferring to other members with symlinks tar cfP $TARFILE /etc/letsencrypt/ - # Add each letsencrypt cert to the tarball - for cert in /etc/letsencrypt/live/*/ ; - do - tar ufP $TARFILE /etc/haproxy/ssl/$(basename $cert).pem - done - # Compress the file for transfer gzip -f9 $TARFILE