Skip to content

Instantly share code, notes, and snippets.

@geenloop
Created April 27, 2019 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geenloop/9f90bb0840e1d7e6c06322ab75f6bb3c to your computer and use it in GitHub Desktop.
Save geenloop/9f90bb0840e1d7e6c06322ab75f6bb3c to your computer and use it in GitHub Desktop.
add-apt-repository ppa:certbot/certbot
apt-get update
apt-get install python-certbot-apache
certbot --apache -d example.com -d www.example.com
certbot renew --dry-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment