How to install imported certificates on a Web server in Windows Server 2016???

ktdevelops 1 Reputation point
2022-03-02T15:21:27.01+00:00

I have read through this article. https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/install-imported-certificates

Once I arrive at the third step "Assign the Imported Certificate to the Web Site", it no longer applies. I need help completing this step on Windows Server 2016

Anyone familiar? Can assist?

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 60,326 Reputation points
    2022-03-02T15:41:44.8+00:00

    Are you asking how to associate an installed SSL certificate to a website so that you can use that certificate for SSL?

    If so then you first need to set up a new binding for the site to use https. Once you do that then the certificate dropdown becomes available and you can select one of the available certificates.

    179347-sslbinding.png

    If your certificate doesn't show up there then it isn't a valid certificate for SSL. Certificates have to be created for SSL, not just any certificate will do. I'm not a cert expert but I believe it must at least be created for server authentication and client authentication.

    Also be aware that the cert needs to be issued to a domain that lines up with your site domain (wildcards are allowed). If it doesn't then SSL may still work but browsers will generally report an error to the user that the cert being used doesn't match the site domain and therefore could be malicious.

    0 comments No comments

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.