Skip to content

Commit

Permalink
fix incomplete SSL chain error
Browse files Browse the repository at this point in the history
  • Loading branch information
apasov authored Dec 22, 2020
1 parent 123d818 commit fbda1f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certbot/run-certbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
letsencrypt certonly --webroot -w /var/www/letsencrypt -d "$CN" --agree-tos --email "$EMAIL" --non-interactive --text

cp /etc/letsencrypt/archive/"$CN"/cert1.pem /var/certs/"$CN"-cert1.pem
cp /etc/letsencrypt/archive/"$CN"/chain1.pem /var/certs/chain1.pem
cp /etc/letsencrypt/archive/"$CN"/fullchain1.pem /var/certs/fullchain1.pem
cp /etc/letsencrypt/archive/"$CN"/privkey1.pem /var/certs/"$CN"-privkey1.pem

0 comments on commit fbda1f5

Please sign in to comment.