Skip to content

Instantly share code, notes, and snippets.

@hugsbrugs
Last active May 5, 2016 12:53
Show Gist options
  • Save hugsbrugs/19e83e07da5868372254 to your computer and use it in GitHub Desktop.
Save hugsbrugs/19e83e07da5868372254 to your computer and use it in GitHub Desktop.
Apache LetsEncrypt how to
# https://letsencrypt.org/getting-started/
# clone and run program
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt/
./letsencrypt-auto --help
./letsencrypt-auto --verbose --debug
./letsencrypt-auto renew --dry-run
./letsencrypt-auto renew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment