User Tools

Site Tools


letsencryptubuntu22

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
letsencryptubuntu22 [2025/04/28 22:51] – created tektinkersletsencryptubuntu22 [2025/04/29 00:27] (current) tektinkers
Line 1: Line 1:
 +[[https://docs.tektinkers.com|TinkersDocs Home]]
 +[[https://www.tektinkers.com|Back to tektinkers.com]]
 +
 +====== Let's Encrypt - Certbot ======
 +//
 +**Install Certbot**
 +//
 +<code>sudo apt update</code>
 +<code>sudo apt install certbot python3-certbot-apache</code>
 +<code>sudo certbot --apache</code>
 +//
 +**Verify Auto-Renewal**
 +//
 +<code>sudo systemctl status certbot.timer</code>
 +<code>sudo certbot renew --dry-run</code>
 // //
 // //
 // //
 Credit to: [[https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu|https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu]] Credit to: [[https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu|https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu]]
letsencryptubuntu22.1745880668.txt.gz · Last modified: 2025/04/28 22:51 by tektinkers