Skip to content

Instantly share code, notes, and snippets.

@boddumanohar
Created September 11, 2022 11:37
Embed
What would you like to do?
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