Created
June 21, 2018 17:12
-
-
Save jhowbhz/e209a7dc4ec507844e299e9acdc210f4 to your computer and use it in GitHub Desktop.
Como instalar Let's Encrypt seguro ubuntu 16
This file contains 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
# bin bash! | |
sudo add-apt-repository ppa:certbot/certbot | |
sudo apt-get update | |
sudo apt-get install python-certbot-apache | |
sudo certbot --apache -d example.com | |
sudo certbot --apache -d example.com -d www.example.com | |
sudo certbot renew --dry-run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment