Thursday, August 20, 2015

Install SSL certificate on windows server in IIS7

Here are few simple steps to install ssl certificate in IIS7.
  1. Go to  Internet Information Services (IIS) Manager window, select server.
  2. Double click on Server Certificates.
  3. In Actions pane on the right, click on Complete Certificate Request....
  4. To locate your certificate file, click ....
  5. In the Open window, select *.* as your file name extension, select your certificate (it might be saved as a .txt, .cer, or .crt), and then click Open.
  6. In the Complete Certificate Request window, enter a Friendly name for the certificate file, and then click OK.
  7. NOTE: For Wildcard SSL certificates make sure your Friendly Name to matches your Common Name (i.e. *.coolexample.com).
  8. In the Internet Information Services (IIS) Manager window, select the name of the server where you installed the certificate.
  9. Click + beside Sites, select the site to secure with the SSL certificate.
  10. In the Actions panel on the right, click Bindings....
  11. Click Add....
  12. In the Add Site Binding window:
    • For Type, select https.
    • For IP address, select All Unassigned, or the IP address of the site.
    • For Port, type 443.
    • For SSL Certificate, select the SSL certificate you just installed, and then click OK.
  13. Close the Site Bindings window.
  14. Close the Internet Information Services (IIS) Manager window. Your SSL certificate installation is complete.
  15. Double click on ssl settings, select Accept radio button and apply changes, now website will start working with "https"

No comments:

Post a Comment