Skip to content

Instantly share code, notes, and snippets.

@dlebech
Created February 25, 2016 09:04
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 dlebech/1c9d2d2cf3fbd90ab273 to your computer and use it in GitHub Desktop.
Save dlebech/1c9d2d2cf3fbd90ab273 to your computer and use it in GitHub Desktop.
Just so I don't forget, the one-liner to use for generating letsencrypt certs.
# One-liner for creating a certificate on a webserver.
# Install the letsencrypt github repo and then
./letsencrypt-auto certonly --webroot -w /var/www/websitename/or/whatever -d domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment