Skip to content

Instantly share code, notes, and snippets.

@magician11
Last active June 5, 2018 19: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 magician11/4be656ba1c8c88708361a73a94c3497d to your computer and use it in GitHub Desktop.
Save magician11/4be656ba1c8c88708361a73a94c3497d to your computer and use it in GitHub Desktop.
How to install certbot on Ubuntu for 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
@magician11
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment