Last active
December 20, 2016 02:55
-
-
Save tedshd/d92c181f00664ee8a706b654e1670f27 to your computer and use it in GitHub Desktop.
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
| cd ~/.local/share/letsencrypt/bin | |
| sudo service nginx stop | |
| sudo ./certbot certonly -d tedshd.io | |
| sudo service nginx start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment