Skip to content

Instantly share code, notes, and snippets.

@alappe
Last active April 13, 2016 07:26
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 alappe/2b12887a2a8c56ac59eb to your computer and use it in GitHub Desktop.
Save alappe/2b12887a2a8c56ac59eb to your computer and use it in GitHub Desktop.
Use letsencrypt beta in docker…
docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
-v "/etc/letsencrypt:/etc/letsencrypt" \
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
quay.io/letsencrypt/letsencrypt:latest \
--server https://acme-v01.api.letsencrypt.org/directory \
certonly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment