Search code examples
ssl-certificatewildcard-subdomain

Wildcard ssl certificate (*.blog.mydomain.com) not working on blog.mydomain.com


I have a web app in Azure. I have requested wildcard ssl certificate for *.blog.mydomain.com. I was going to use it on all blog subdomains as well as on blog.mydomain.com. However when I try to bind it on blog.mydomain.com it doesn't accept it. What could be the reason?


Solution

  • You need to specify both subject names blog.mydomain.com and *. blog.mydomain.com in the certificate's SAN.