▲ | rfmoz 2 days ago | |
The problem with DNS-01 is that you can only use one delegation a time. I mean, if you configure a wildcard cert with _acme-challenge.example.com in Google, you couldn't use it in Cloudflare, because it uses a single DNS authorization label (subdomain). The solution has been evolving along these years and currently the las IETF draft is https://datatracker.ietf.org/doc/draft-ietf-acme-dns-account... The new proposal brings the dns-account-01 challenge, incorporating the ACME account URL into the DNS validation record name. |