How to install SSL certificates on IIS 10 ?

Pathum Jayasuriya 1 Reputation point
2022-05-16T15:37:59.917+00:00

There are 7 web applications running on IIS 10, And i bought SSL certificates from GoDaddy and got 3 different files 1 .crt file, one .pem file and *_intermediates.p7b file.

I have tried to install the SSL as their guides(url) says, but after completing import SSL certificate, and try to bind the certificate to web application that certificate is automatically removed from SSL Settings.

What i'm doing wrong here ?

Windows development Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
    2022-05-17T02:56:28.457+00:00

    @Pathum Jayasuriya

    This issue happens when the imported cert does not have a private key associated. If someone is trying to import a domain level certificate to IIS, then we cannot import if the certificate does not have a private key associated and will cause certificate disappears on refresh.

    Solution would be to import the .CER file to your system(from where certificate is requested) personel store and export it with private key. Then copy the .pfx file to required server and import it from server certificate option under IIS.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.