Created
December 18, 2015 09:49
-
-
Save umegaya/3fa1b3b8d86735474d8b to your computer and use it in GitHub Desktop.
update certs with letsencrypt docker
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 `pwd`:/etc/letsencrypt -v /path/to/your/document/root:/www quay.io/letsencrypt/letsencrypt:latest certonly --webroot --webroot-path /www -d your.server.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment