Matt Holt
Matt Holt
It is possible as Mohammed said, but note that this is the CertMagic repo not the Caddy repo. I'm mobile but I'll reply with details soonish
@mbardelmeijer So, the answer to your question: "Is it possible to define that some domains may use 1 issuer and other domains another?" -- is yes. In your DecisionFunc, just...
That looks pretty good. Yeah, so if each domain has a different certmagic.Config (an issuer is just part of a Config), then you'll want to make a new Config for...
Yep. OnDemand is just a boolean flag that decides whether handshakes can trigger cert automation (and an associated DecisionFunc to allow it). When you call `Manage*()` (Sync/Async) on a `certmagic.Config`,...
Haha no worries, I hadn't either!
Thank you @Compy! And thank you for your ongoing sponsorship 😊
What's the error in Caddy? (The client-side logs aren't as useful.)
> What's the error in Caddy? (The client-side logs aren't as useful.)
A merge conflict. I don't actually have much time to maintain this library at this point, so I've passed maintenance along to others. If anyone wants to pick up our...
Do you have an example of an `httpInclude` that is insecure? The templates HTTP handler intentionally evaluates templates as interpretable HTML so that they can be used in HTML documents....