Installed SSL certificate in certificate store, but it's not in IIS certificate list

后端 未结 17 1461
轻奢々
轻奢々 2020-12-13 05:49

After installation of a wildcard SSL certificate into the certificate store, the certificate does not appear in the IIS certificate list for use with site bindings.

17条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 06:25

    when you have one certificate and 2 different web servers here how I fixed it:

    1. List item
    2. You should generate certificate at one of the servers as usually in IIS Then at that server you can also complete the certificate in IIS.
    3. Run the program DigiCertUtil and export that working certificate
    4. Go to the other web server in IIS in security certificates Import that file from step 3.
    5. Then use that certificate to create the Binding.

提交回复
热议问题