|
|
|
|
|
by oefrha
2225 days ago
|
|
That's typically a limitation imposed by CAs (e.g. Let's Encrypt), not a limitation in the spec. RFC 6125 even contains an example of a multilevel wildcard domain (but says support in existing implementations is unclear): Specifications for existing application technologies are not clear
or consistent about the allowable location of the wildcard
character, such as whether it can be:
...
* included as all or part of more than one label (e.g.,
*.*.example.com)
https://tools.ietf.org/html/rfc6125#section-7.2Edit: Actually, according to https://community.letsencrypt.org/t/allow-multiple-level-wil..., browsers are behind the "only one level of wildcard" rule, too: > We would also have to contend with the CA Browser Forum’s Baseline requirements. Presently they define a “wildcard domain” as: > “A Domain Name consisting of a single asterisk character followed by a single full stop character (“*.”) followed by a Fully-Qualified Domain Name.”, > Allowing multiple wildcard labels would likely run afoul of the baseline requirements. |
|