Reputation: 8662
I have used a mkcert.exe tool to generate self signed .cer file and then pvk tool to generate .pfx file.I hosted a website in iis and then deployed a .pfx file in IIS server.When a client system access the site ,first it will prompt like certificate is not installed, after forcefully opening site, we will install certificate .cer file from browser Lock button, so that .cer file will be installed in our MMC certificate trusted store.
What ever assumption made above my self are correct or not?
Difference what i know is .pfx file contain both private and public key and .cer file contain only public key which we will install after prompting certificate not installed.Does that correct?
SSL certicates means .Cer file??
what is the singificance of Certificate authorities like verisign and godaddy
if i am generating
certicates by using the above procedure
I installed a .pfx file in IIS and created seperate website in iis then assinged those certificates to this site by assigning seperate port for HTTPS say 8081 to this site so that the other sites running in default website node who is having seperate SSL ceriticate willnot make any issues and having seperate port for HTTPS.But all of a sudden one website coming under default site node stoppped working, how can i trouble shoot this issue?
Upvotes: 1
Views: 2515
Reputation: 127573
Upvotes: 2