Skip to content

Instantly share code, notes, and snippets.

@boddumanohar
Created September 11, 2022 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boddumanohar/cd5b81f623d5f8dcfdd8c50d759316c8 to your computer and use it in GitHub Desktop.
Save boddumanohar/cd5b81f623d5f8dcfdd8c50d759316c8 to your computer and use it in GitHub Desktop.
caddy: using staging endpoint for letsencrypt
{
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