Skip to content

Instantly share code, notes, and snippets.

@Parassharmaa
Created March 5, 2018 16:12
Show Gist options
  • Select an option

  • Save Parassharmaa/ae48ad9d69692d87061df6a2fcc05cdb to your computer and use it in GitHub Desktop.

Select an option

Save Parassharmaa/ae48ad9d69692d87061df6a2fcc05cdb to your computer and use it in GitHub Desktop.
Nginx Setup
sudo apt-get update
sudo apt-get install nginx
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx
sudo certbot --nginx -d example.com -d www.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment