Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ajayfroiden/ad7f4eb9645982130b0baa38babd84ba to your computer and use it in GitHub Desktop.
Save ajayfroiden/ad7f4eb9645982130b0baa38babd84ba to your computer and use it in GitHub Desktop.
Free SSL installation Apache server
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