Installing your SSL Server Certificate - Microsoft IIS 5.x / 6.x

You will receive an email from the Registration Authority when your certificate request has been approved that contains a link to a location where your certificate may be obtained.  Clicking on this link will bring up a browser window that contains the details of your issued certificate and includes a section that looks something like the following:

-----BEGIN CERTIFICATE-----
MIAGCSqGSIb3DQEHAqCAMIACAQExADALBgkqhkiG9w0BBwGggDCCAmowggHXAhAF
UbM77e50M63v1Z2A/5O5MA0GCSqGSIb3DQEOBAUAMF8xCzAJBgNVBAYTAlVTMSAw
(.......)
E+cFEpf0WForA+eRP6XraWw8rTN8102zGrcJgg4P6XVS4l39+l5aCEGGbauLP5W6
K99c42ku3QrlX2+KeDi+xBG2cEIsdSiXeQS/16S36ITclu4AADEAAAAAAAAA
-----END CERTIFICATE-----

Copy everything you see between and including the lines that look like
-----BEGIN CERTIFICATE-----
and
-----END CERTIFICATE-----

and paste it into an appropriately named text file e.g. myserver.cert

1. Installing the Root & Intermediate Certificates:

Firstly, you need to download the CA certificates (both Root CA certificate and Issuing CA certificate) as individual files

To install these certificates, you must first enable the Certificates Snap-in for the Microsoft Management Console (mmc)

  1. Click the Start Button then selct Run and type mmc
  2. Click File and select Add/Remove Snap in
  3. Select Add, select Certificates from the Add Standalone Snap-in box and click Add
  4. Select Computer Account and click Next
  5. Select Local Computer and click Finish
  6. Close the Add Standalone Snap-in box, click OK in the Add/Remove Snap in
  7. Return to the MMC

To install the Root CA Certificate, we use this snap-in:

  1. Right click the Trusted Root Certification Authorities, select All Tasks, select Import.

    This starts the certificate import wizard

    Click Next.

  2. The File to Import dialog is shown

    Locate the Root CA Certificate file you downloaded earlier and click Next.

  3. When the wizard is completed, click Finish.

To install the Issuing CA Certificate:

  1. Right click the Intermediate Certification Authorities, select All Tasks, select Import.

  2. Complete the import wizard again, but this time locating the Issuing CA Certificate when prompted for the Certificate file.

When both certificates have been installed:

Installing your IIS SSL Certificate:

  1. Select Administrative Tools
  2. Start Internet Services Manager

  3. Open the properties window for the website. You can do this by right clicking on the Default Website and selecting Properties from the menu.
  4. Open Directory Security by right clicking on the Directory Security tab

  5. Click Server Certificate. The following Wizard will appear:

  6. Choose to Process the Pending Request and Install the Certificate. Click Next.
  7. Enter the location of your IIS SSL certificate that you obtained earlier (e.g. myserver.crt)
    (you may also browse to locate your IIS SSL certificate), and then click Next.
  8. Read the summary screen to be sure that you are processing the correct certificate, and then click Next.
  9. You will see a confirmation screen. When you have read this information, click Next.
  10. You now have an IIS SSL server certificate installed.

Important: You must now restart the computer to complete the install

You may want to test the Web site to ensure that everything is working correctly. Be sure to use when you test connectivity to the site.