- Open IIS.
- Click the root node in the tree view at the left.
- Double click Server Certificates.
- In the list on the right, choose either Create Self Signed Certificate or Import.
- Click the site you want to secure.
- Click Bindings on the right and click Add.
- Choose https and select the certificate in the drop down list.
That's it. Now you're site is listening on port 443 (default for https requests). If you're using a self-signed certificate, your browser will throw up all kinds of red flags, but you are encrypted now.
Lots of good info here.
Lots of good info here.
No comments:
Post a Comment