Created
February 29, 2016 16:15
-
-
Save janodev/69fd3d2b2d3c50ca685c to your computer and use it in GitHub Desktop.
How to get, install, and configure a free SSL certificate for your website:
This file contains 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
~ $ git clone https://github.com/letsencrypt/letsencrypt | |
~ $ cd letsencrypt | |
~ $ letsencrypt-auto --renew-by-default --webroot -w /var/www/ --email [email protected] --text --agree-tos -d website.com -d www.website.com auth | |
~ $ letsencrypt --apache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment