Installing your SSL Server Certificate - Microsoft IIS 4.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.crt

Step 1. Install the Server file certificate using Key Manager

Step 2. Installing the Root & Intermediate Certificates

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

ServicePack 3:

  1. Install the above certificates in your Internet Explorer by opening each certificate and clicking "Install Certificate".
  2. run  %SystemRoot%\system32\inetsrv\iisca.exe   to transfer all root certificates from your Internet Explorer to the IIS (see Microsoft KnowledgeBase Q216339)
  3. and then restart the machine.

ServicePack 4:
Install the above certificates manually in a specicfic root store (you may also want to read (see Microsoft KnowledgeBase Q194788):

  1. Install the Root CA certificate by double clicking on the corresponding file this will start an installation wizard
  2. select Place all certificates in the following store and click browse
  3. select Show physical stores
  4. select Trusted Root Certification Authorities
  5. select Local Computer, click OK
  6. back in the wizard, click Next, click Finish

Repeat the same for the Issuing CA certificate.  This time however, choose Intermediate Certification Authorities instead of Trusted Root Certification Authorities.

ServicePack 5:
Same as SP4.

ServicePack 6:
Same as SP5.

Reboot the web server to complete the installation.