Skip to content

Instantly share code, notes, and snippets.

@jagad89
Created April 24, 2019 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jagad89/ef78a3ae99d5c6c44af84ce61d43f5aa to your computer and use it in GitHub Desktop.
Save jagad89/ef78a3ae99d5c6c44af84ce61d43f5aa to your computer and use it in GitHub Desktop.
Letsencrypt cert installation
sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install certbot python-certbot-apache
sudo certbot --apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment