Microsoft IIS 7 certificate installation

Microsoft IIS Logo

Please follow these instructions to install your SSL certificate on Microsoft Internet Information Services 7.0:

Once you received your SSL certificate by e-mail, please copy and paste it into a text file (with Notepad or Wordpad) and save the file with the .crt extension. (Include the tags -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----).

Install your SSL certificate



Note: Before installing your personal/your domain SSL certificate, you will need to install the appropriate “Intermediate Certificate” you received by email.


Install the Intermediate certificate:

A Copy the intermediate certificate from the body of the email, and paste it into a simple text editor such as Notepad and save it as intermediate.cer on your desktop. (Remember to include the tags "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----")


  1. Copy and paste the contents into a .crt file by using a text editor software.
  2. Launch the Microsoft Management Console (do Start > Run > MMC).
  3. Go to File > Add/Remove Snap-in.

    Microsoft IIS 7 certificate billede 8
     

  4. Click Add. Select Certificates and click Add.

    Microsoft IIS 7 certificate billede 9

     

  5. Select Computer Account. Click Next and select Local Computer.
  6. Click Finish.
  7. In the MMC, right-click on Intermediate Certification Authorities and go to All Tasks > Import.
  8. Click Browse and select your intermediate certificate (from step 1).
  9. Click Next.


Now your SSL certificate is installed, you MUST restart IIS to complete the operation.

 
Install your SSL certificate:

  1. Open Internet Information Services 7.0 (IIS 7.0).
  2. Click Start.
  3. Open Control Panel.
  4. Select Administrative Tools.
  5. Start Internet Services Manager.
  6. Click Server Name.
  7. From the center menu, double-click “Server Certificates” in the “Security” section.

    Microsoft IIS 7 certificate billede 1

     

  8. Select the “Actions” menu from the right and click on “Complete Certificate Request”.

    Microsoft IIS 7 certificate billede 2

     

  9. The Complete Certificate Request wizard will appear.

    Microsoft IIS 7 certificate billede 3

     

  10. In the wizard, enter the location and name of the SSL certificate you saved to your server earlier and then enter a Friendly Name. The Friendly Name is not part of the certificate itself, but is used by the server administrator to easily distinguish the certificate, then click OK.

    After the certificate has been successfully installed to the server, you will need to assign that certificate to the appropriate website using IIS.
     

  11. From the “Connections” menu in the main Internet Information Services (IIS) Manager window, select the name of the server to which the certificate was installed.
     
  12. Under “Sites”, select the site to be secured with SSL.
     
  13. From the “Actions” menu on the right click on “Bindings”.

    Microsoft IIS 7 certificate billede 4

     

  14. The “Site Bindings” window will open.

    Microsoft IIS 7 certificate billede 5

     

  15. In the “Site Bindings” window, click “Add”. This will open the “Add Site Binding” window.

    Microsoft IIS 7 certificate billede 6

     

  16. Under “Type” choose https. The IP address should be the IP address of the site or All Unassigned, and the port over which traffic will be secured by SSL is usually 443. The “SSL Certificate” field should specify the certificate that was installed previously.
     
  17. Click OK.

    Microsoft IIS 7 certificate billede 7