Created
March 5, 2018 16:12
-
-
Save Parassharmaa/ae48ad9d69692d87061df6a2fcc05cdb to your computer and use it in GitHub Desktop.
Nginx Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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