Skip to content

Instantly share code, notes, and snippets.

@umegaya
Created December 18, 2015 09:49
Show Gist options
  • Save umegaya/3fa1b3b8d86735474d8b to your computer and use it in GitHub Desktop.
Save umegaya/3fa1b3b8d86735474d8b to your computer and use it in GitHub Desktop.
update certs with letsencrypt docker
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