Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone tell me how can i configure SSL Certificate in IIS 7 as i had first created it in Windows Xp for IIS 6 but in Windows 7 i am not able to configure it,please help me ASAP.
Posted

1 solution

Hi
Assuming you have the certificate installed correctly in the server's certificate store, you need to import the cert into IIS7 and set the bindings for your site.

- On the Server node in IIS select Server Certificates
- Select Import (top right)
- Browse to the .pfx file (you may need to export this from the certificate store first)

- On the your Web Site's (or the Defaut Web Site if you're using it) select Bindings (again, in the right hand 'Actions' menu)
- Click 'Add'
- Select https and your port - default is 443.
- Select your certificate which should now be in the drop down
- Under SSL Settings on your Web Site click Require SSL (and optionally Require 128-bit SSL)

That should be it. Remember to hit your site using httpS. Remember you'll get a certificate warning if you use anything other that the CN to hit the site (e.g. localhost).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900