Skip to content

Instantly share code, notes, and snippets.

@valentin2105
Created April 18, 2016 03:59
Show Gist options
  • Save valentin2105/d669c223829890491fcb1473b227eb8b to your computer and use it in GitHub Desktop.
Save valentin2105/d669c223829890491fcb1473b227eb8b to your computer and use it in GitHub Desktop.
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 auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment