Created
September 22, 2018 15:36
-
-
Save kerren/efc763eaa7bcda4eacf516595c0fd9c3 to your computer and use it in GitHub Desktop.
Install and run certbot for the entroinfo.xyz domain
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 add-apt-repository ppa:certbot/certbot | |
| sudo apt update | |
| sudo apt install python-certbot-nginx -y | |
| certbot --nginx -d entroinfo.xyz -d www.entroinfo.xyz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment