Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save haroldcris/6b274b0c5ae5eb30f31c0f793e9a4aa7 to your computer and use it in GitHub Desktop.
Save haroldcris/6b274b0c5ae5eb30f31c0f793e9a4aa7 to your computer and use it in GitHub Desktop.
docker-certbot DNS Manual Registration
command: >
certbot certonly
--keep-until-expiring --expand --manual
--preferred-challenges dns
--server https://acme-v02.api.letsencrypt.org/directory
--agree-tos --email ${CERTBOT_EMAIL}
-d ${FQDN}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment