copr/certbot: combined.pem might be a symlink
This commit is contained in:
parent
9a49c2f1b4
commit
8d81803886
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ set -e
|
||||||
|
|
||||||
pem_fixup()
|
pem_fixup()
|
||||||
{
|
{
|
||||||
|
rm -f /etc/letsencrypt/live/$1/combined.pem
|
||||||
cat "/etc/letsencrypt/live/$1/cert.pem" \
|
cat "/etc/letsencrypt/live/$1/cert.pem" \
|
||||||
"/etc/letsencrypt/live/$1/privkey.pem" \
|
"/etc/letsencrypt/live/$1/privkey.pem" \
|
||||||
> "/etc/letsencrypt/live/$1/combined.pem"
|
> "/etc/letsencrypt/live/$1/combined.pem"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue