Differences between revisions 2 and 3
Revision 2 as of 2020-08-27 00:38:01
Size: 988
Editor: scot
Comment:
Revision 3 as of 2020-08-27 00:38:54
Size: 966
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
In /etc/letsencrypt/live/www.scotnpatti.com: Now run the following:

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"

Now run the following:

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)