Differences between revisions 3 and 4
Revision 3 as of 2020-08-27 00:38:54
Size: 966
Editor: scot
Comment:
Revision 4 as of 2020-08-27 00:40:42
Size: 485
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Step 1: '''Step 1:'''
Line 11: Line 11:
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:
'''Step 2:'''
Line 31: Line 17:
Now restart lighttpd and you should be good! '''Step 3:'''

{{{
systemctl restart lighttpd
}}}

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 ....

Step 2:

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

Step 3:

systemctl restart lighttpd

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