fix letsencrypt fullchain filename

This commit is contained in:
wh1te909 2020-10-18 21:44:45 +00:00
parent 693f5f849c
commit ad47cb6c61
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ if [[ $LETS_ENCRYPT == "y" ]]; then
done
CERT_PRIV_KEY=/etc/letsencrypt/live/${rootdomain}/privkey.pem
CERT_PUB_KEY=/etc/letsencrypt/live/${rootdomain}/fullchainkey.pem
CERT_PUB_KEY=/etc/letsencrypt/live/${rootdomain}/fullchain.pem
else
echo -ne "\n${GREEN}We will generate a self-signed certificate for you.${NC}\n"