Last active
December 15, 2018 09:11
-
-
Save imylomylo/f47d360aebdc70967de12b3b6a2e9cf6 to your computer and use it in GitHub Desktop.
letsencrypt
This file contains hidden or 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
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