Certificate is missing in IIS binding window

This post has been republished via RSS; it originally appeared at: IIS Support Blog articles.

If you add a certificate to Server Certificates in IIS but you don’t see it in the binding window, there are two things to check first:

  • Make sure the certificate you added to “Server Certificates” is the one you created a “Certificate Request” for. If you add a certificate that wasn’t requested in “Server Certificates”, it won’t show up in IIS binding window even if it does in “Server Certificates” list
  • Make sure there is a private key in the certificate (steps are below)

 

Check if the certificate has a private key:

  • Open mmc. Add Certificates for Computer account
  • A “key image” should be on the certificate image. You can also check it by double clicking the certificate

Nedim_0-1593977716262.png

 

If the certificate doesn’t have a private key, run the command below.

certutil -repairstore my [thumbprint]

 

You should see CertUtil: -repairstore command completed successfully message. Close IIS Manager and open it again. Then check if the certificate appears in the binding window.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.