Link to home
Start Free TrialLog in
Avatar of CISS
CISSFlag for United States of America

asked on

wildcard cert not binding iis

I am trying to import a PFX based wildcard certificate (*.cissltd.com) into a Windows 2008  SP2, 64 bit OS.  I am able to do the import through the MMC console with the certificate addin added under computer account - but when I go to bind the https: to the site in IIS - there is nothing in the "SSL Certificate:" box to select

i did an IISRESET after the import......

what am I missing?

thanks!
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

So you have done the following...
- opened IIS
- Expand Sites
- Click on Default Web Site (or whatever website you have)
- Right click Default Web Site
- Edit Bindings
- Click Add
- Add HTTPS
- Select the Cert from the SSL Certificates drop down
- Restart IIS

Will.
Avatar of CISS

ASKER

Yes. But the select cert box is empty
ASKER CERTIFIED SOLUTION
Avatar of Kiran Ch
Kiran Ch
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CISS

ASKER

i like this feature!  but I am getting an error when I import the PFX: "Certificate cannot be used as an SSL server certificate"........
Hi,
Normally those steps above should help you in installing the certificate. Can you check the following?
a.Can you check in the registry that the certificate is showing up, HKLM\Software\Microsoft\SystemCertificates
b.can you check the certificate's properties itself?  the certificate's "Common Name" (CN) matches the host header
c. the issuer of the certificate is a known and trusted CA.
Avatar of CISS

ASKER

thanks!