Skip to content

Instantly share code, notes, and snippets.

@felipekm
Last active March 25, 2018 22:21
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 felipekm/008fff0b722249141a67640f029e7e49 to your computer and use it in GitHub Desktop.
Save felipekm/008fff0b722249141a67640f029e7e49 to your computer and use it in GitHub Desktop.
Install SSL/TLS for free with CERTBOT in NGINX
sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx -y
sudo certbot --nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment