Skip to content

Instantly share code, notes, and snippets.

@rachidify
Created August 6, 2017 09:48
Show Gist options
  • Save rachidify/90dcbd31bff3c52bed87c26e26290e52 to your computer and use it in GitHub Desktop.
Save rachidify/90dcbd31bff3c52bed87c26e26290e52 to your computer and use it in GitHub Desktop.
docker run -it --rm --name letsencrypt -v "/etc/letsencrypt:/etc/letsencrypt" -v "/var/lib/letsencrypt:/var/lib/letsencrypt" -v /tmp/letsencrypt:/tmp/letsencrypt quay.io/letsencrypt/letsencrypt:latest auth -a webroot --webroot-path /tmp/letsencrypt -d
docker run -it --rm --name letsencrypt \
-v "/Users/rasheedhamdawi/lets_encrypt/etc:/etc/letsencrypt" \
-v "/Users/rasheedhamdawi/lets_encrypt/lib:/var/lib/letsencrypt" \
quay.io/letsencrypt/letsencrypt:latest \
--agree-dev-preview \
--server https://acme-v01.api.letsencrypt.org/directory \
-a manual \
auth
docker-machine create --driver virtualbox --virtualbox-cpu-count 2 --virtualbox-memory "4096" --virtualbox-disk-size "10000" default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment