Last active
February 20, 2018 22:12
-
-
Save jadark/c899910f9d167a28fec1920fb4599fa6 to your computer and use it in GitHub Desktop.
SSL APACHE | DigitalOcean
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
sudo add-apt-repository ppa:certbot/certbot | |
sudo apt-get update | |
sudo apt-get install python-certbot-apache | |
sudo certbot --apache -d chamnes.xyz | |
sudo certbot --apache -d chamnes.xyz -d www.chamnes.xyz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment