Forked from ajayfroiden/how-to-secure-apache-with-let-s-encrypt-on-ubuntu
Created
January 26, 2026 15:44
-
-
Save mr-chetan/7342db391200604796d5d8c02ec5f812 to your computer and use it in GitHub Desktop.
Free SSL installation Apache server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt update | |
| sudo apt install certbot python3-certbot-apache | |
| sudo vim /etc/apache2/sites-available/your_domain.com.conf | |
| sudo apache2ctl configtest | |
| sudo systemctl reload apache2 | |
| sudo certbot --apache -d your_domain.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment