SSL Multilevel Subdomain Wildcard

前端 未结 4 1539
一个人的身影
一个人的身影 2020-11-27 07:05

I bought a wildcard certificate for *.example.com. Now, I have to secure *.subdomain.example.com. Is it possible to create a sub-certificate for my wildcard-certificate?

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 07:19

    No, it is not possible. A wildcard inside a name only reflects a single label and the wildcard can only be leftmost. Thus *.*.example.org or www.*.example.org are not possible. And *.example.org will neither match example.org nor www.subdomain.example.org, only subdomain.example.org.

    But you can have multiple wildcard names inside the same certificate, that is you can have *.example.org and *.subdomain.example.org inside the same certificate.

提交回复
热议问题