I need to install a SSL certificate into Visual Studio for use with an Azure site. I'm successfully using a self-signed certificate for local development, but I can't figure out 开发者_运维知识库how to get my certificate from Comodo to show up in Visual Studio.
I used IIS7 Manager to create the CSR. I then added the certificate in IIS7 Manager and it appears to be installed correctly. However, Visual Studio doesn't see it at all.
Should I be using IE to install the certificate? If so, how?
Answer:
- Use IIS7 Manager to create the CSR
- Use IIS7 Manager to complete the CSR with they cert returned from the vendor.
- Use IIS7 Manager to export the cert
- Use IE's Internet Options to import the cert
精彩评论