This is more of a feature request, relatively speaking.
If I have two domains (e.g. a.com
and b.com
) and both have custom hostnames set, I will have problems when I encounter the following:
My two domains cross set custom hostnames, for example, 1.a.com
and 1.b.com
exist in the custom hostname of a.com
, and 2.a.com
and 2.b.com
exist in the custom hostname of b.com
.
This time the problem arises, set the DCV delegate can only use _acme-challenge.domain.com format, then if I want to set both a.com
and b.com
in a.com
DCV delegate function, will not be able to achieve, because Cloudflare restricts the existence of only one CNAME record of the same name.
I think a good way to solve this problem is to have support for formats like _acme-challenge1.domain.com, _acme-challenge2.domain.com.
If I have fallacies anywhere, please let me know.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.