- Open IIS (as administrator).
- Choose the top level node in the Connections pane.
- Click Server Certificates in the IIS section of the middle pane.
- Click Create Self Signed Certificate. The friendly name should match the name of the computer.
Now configure SSL:
- Right click Default Web Site and choose Edit Bindings.
- Click Add, choose HTTPS, and select the certificate you just created.
Finally, set up your service to require SSL:
- Click on the web application that hosts your service.
- In the middle pane, IIS section, double click on SSL Settings and check the "Require SSL" box.
No comments:
Post a Comment