I am wondering if it's possible to create a wildcard certificate with a prefix.
I know that *.example.com
will cover anything at the first level (eg. one.example.com
, two.example.com
, three-four.example.com
, etc), but will not cover another.one.example.com
because that's 2 levels.
I need to have a wildcard certificate that recognizes a prefix; so it would be www.*.example.com
.
That means, www.one.example.com
, www.two.example.com
, www.three.example.com
, etc would all work correctly.
Is this possible, and is there a certificate provider that can do this?