Skip to content

Instantly share code, notes, and snippets.

@jadark
Last active February 20, 2018 22:12
Show Gist options
  • Save jadark/c899910f9d167a28fec1920fb4599fa6 to your computer and use it in GitHub Desktop.
Save jadark/c899910f9d167a28fec1920fb4599fa6 to your computer and use it in GitHub Desktop.
SSL APACHE | DigitalOcean
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