Updating certbot-renewal script
This commit is contained in:
parent
f26dff8664
commit
635628222f
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue