Hi,
We have a requirement to use Multi-domain/Multi-level wildcard certificate for our domain(like ..xyz)
Please let us know if “Let’s Encrypt” provides such a certificate.
Any documentation about the implementation will be really helpful.
Thank You,
Rahul Revankar,
Operations Manager,
Jeeves Information Systems Pvt Ltd
Definitely. You can also get SAN wildcard certificate.
For example: you can get a certificate for *.example.com, example.com, *.dev.example.com, *.test.com, test.com (as long as you prove your ownership through DNS validation)
The important distinction here is that Let’s Encrypt can issue certificates with wildcards covering multiple base domains, like in @stevenzhu’s example, but not multiple subdomain levels, like *.*.example.com in @JuergenAuer’s example. As Jürgen says, this is an Internet technology issue and not a Let’s Encrypt policy issue (no certificate authority is allowed to issue wildcard certificates for multiple subdomain levels).
@cloudops refers to a cheapsslsecurity faq that makes me curious...
It says that their...
multi-domain wildcard SSL certificate allows you to purchase a single SSL certificate, and add the above 7 sites as SANs (subject alternative names) to the SSL certificate.
It doesn't sound like a magic cert that gets around the DNS limit somehow. It is just a standard wildcard cert that is also using the SAN record to get to the next level of subdomains.
Is this something that can be done with the Let's Encrypt wildcard certs also?
It sounds like that would solve the issue for @cloudops.
That is exactly what @stevenzhu meant when he posted this:
SAN is already used when you have multiple domains in a certificate. It just works as described in this quote: multiple domains in the certificate, at most one wildcard in every domain.