Created
January 9, 2025 12:44
-
-
Save ajayfroiden/ad7f4eb9645982130b0baa38babd84ba 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