Differences between revisions 1 and 2
Revision 1 as of 2020-08-27 00:23:53
Size: 716
Editor: scot
Comment:
Revision 2 as of 2020-08-27 00:38:01
Size: 988
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:

In /etc/letsencrypt/live/www.scotnpatti.com:

{{{
cat /etc/letsencrypt/live/www.scotnpatti.com/privkey.pem /etc/letsencrypt/live/www.scotnpatti.com/cert.pem > /etc/letsencrypt/live/www.scotnpatti.com/combined.pem
}}}

Now restart lighttpd and you should be good!

Process for Renewing Lighttpd certificate

Step 1:

certbot certonly -d scotnpatti.com -d brain.scotnpatti.com -d www.scotnpatti.com

Responses: How would you like to authenticate... -> 2 Place files in ....

Outputs:

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/www.scotnpatti.com/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/www.scotnpatti.com/privkey.pem
   Your cert will expire on 2020-11-24. To obtain a new or tweaked
   version of this certificate in the future, simply run certbot
   again. To non-interactively renew *all* of your certificates, run
   "certbot renew"

In /etc/letsencrypt/live/www.scotnpatti.com:

cat /etc/letsencrypt/live/www.scotnpatti.com/privkey.pem /etc/letsencrypt/live/www.scotnpatti.com/cert.pem > /etc/letsencrypt/live/www.scotnpatti.com/combined.pem

Now restart lighttpd and you should be good!

HomeNetworkConfig/CertBotOnLighttpd (last edited 2020-08-27 00:40:42 by scot)