Skip to content

Instantly share code, notes, and snippets.

@janodev
Created February 29, 2016 16:15
Show Gist options
  • Save janodev/69fd3d2b2d3c50ca685c to your computer and use it in GitHub Desktop.
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:
~ $ git clone https://github.com/letsencrypt/letsencrypt
~ $ cd letsencrypt
~ $ letsencrypt-auto --renew-by-default --webroot -w /var/www/ --email jano@website.com --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