You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloudflare outside Enterprise doesn't allow delegating a subdomain, and API DNS edit keys are always for a full zone.
It is my understanding that a CNAME _acme-challenge.sub.domain.example.com -> throwaway-domain.com should allow issuing wildcard certificates *.sub.domain.example.com (and specific certificates as well).
Is this supported currently, and if not would this be a big lift to implement?
The text was updated successfully, but these errors were encountered:
Whether this plugin supports it? I'm not sure whether Caddy itself or this plugin would implement this. If so - might be nice to add an example, if only to point out this approach to work around Cloudflare's lack of API key granularity.
Typically delegation is a more permanent thing, i.e. you create the record and leave it. In that way, I guess an automated record wouldn't even need to be created. 🤔
I haven't tried it tbh. But I'd be open to non-invasive patches if needed.
Question, not a bug report.
Cloudflare outside Enterprise doesn't allow delegating a subdomain, and API DNS edit keys are always for a full zone.
It is my understanding that a CNAME
_acme-challenge.sub.domain.example.com
->throwaway-domain.com
should allow issuing wildcard certificates*.sub.domain.example.com
(and specific certificates as well).Is this supported currently, and if not would this be a big lift to implement?
The text was updated successfully, but these errors were encountered: