copr/certbot: combined.pem might be a symlink

This commit is contained in:
Pavel Raiskup 2022-01-30 21:08:03 +01:00
parent 9a49c2f1b4
commit 8d81803886

View file

@ -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"