Created
July 31, 2024 21:53
-
-
Save haroldcris/6b274b0c5ae5eb30f31c0f793e9a4aa7 to your computer and use it in GitHub Desktop.
docker-certbot DNS Manual Registration
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
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