Skip to content

Instantly share code, notes, and snippets.

@navix
Created September 17, 2016 12:28
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 navix/edce3e3675992397e7f7ab9894b1f57a to your computer and use it in GitHub Desktop.
Save navix/edce3e3675992397e7f7ab9894b1f57a to your computer and use it in GitHub Desktop.
Let's Encrypt certificates generation
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto certonly --webroot -w <PUBLIC_PATH> -d <DOMAIN> -d <DOMAIN_ALI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment