Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created June 21, 2018 17:12
Show Gist options
  • Save jhowbhz/e209a7dc4ec507844e299e9acdc210f4 to your computer and use it in GitHub Desktop.
Save jhowbhz/e209a7dc4ec507844e299e9acdc210f4 to your computer and use it in GitHub Desktop.
Como instalar Let's Encrypt seguro ubuntu 16
# 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