Can SSL Wildcards have multiple/nested levels of wildcard?
- by Don Faulkner
I know that an SSL wildcard certificate (*.example.org) can be used to support many names under the domain (a.example.org, b.example.org, c.example.org). I also know that the * is only good for matching a single level of name. That is, *.example.org will not work on a.b.example.org.
What if I used a certificate with the name ..example.org? I'd…