Created
September 11, 2022 11:37
-
-
Save boddumanohar/cd5b81f623d5f8dcfdd8c50d759316c8 to your computer and use it in GitHub Desktop.
caddy: using staging endpoint for letsencrypt
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
{ | |
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory | |
} | |
www.google.com { | |
route { | |
reverse_proxy blobber:5051 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment