Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Last active December 15, 2018 09:11
Show Gist options
  • Save imylomylo/f47d360aebdc70967de12b3b6a2e9cf6 to your computer and use it in GitHub Desktop.
Save imylomylo/f47d360aebdc70967de12b3b6a2e9cf6 to your computer and use it in GitHub Desktop.
letsencrypt
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
Need to check out
https://medium.com/@richardkall/setup-lets-encrypt-ssl-certificate-on-amazon-cloudfront-b217669987b2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment