From 635628222fafef5013fe2fb2e4a464b6ebae0bbf Mon Sep 17 00:00:00 2001 From: Tyler Hale Date: Mon, 6 Feb 2023 10:22:44 -0700 Subject: [PATCH] Updating certbot-renewal script --- roles/haproxy/templates/certbot-renewal-cluster.j2 | 6 ------ 1 file changed, 6 deletions(-) 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