Skip to content

Instantly share code, notes, and snippets.

@badouralix
Created April 22, 2018 18:18
Show Gist options
  • Save badouralix/0b2dee08fedc9c885ea8d330f2aabc19 to your computer and use it in GitHub Desktop.
Save badouralix/0b2dee08fedc9c885ea8d330f2aabc19 to your computer and use it in GitHub Desktop.
docker run -it --rm -v $PWD:/etc/letsencrypt/ certbot/certbot certonly \
--manual \
--server https://acme-staging-v02.api.letsencrypt.org/directory \
--register-unsafely-without-email \
--agree-tos \
--manual-public-ip-logging-ok \
-d example.com -d '*.example.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment