Created
August 6, 2017 09:48
-
-
Save rachidify/90dcbd31bff3c52bed87c26e26290e52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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