|
For all of our clients running Microsoft Internet Information Services 6 or
higher, you may find that after installing your new certificate via the supplied
.p7b file, some browsers report that the SSL Certificate was signed by an
unknown / untrusted Certificate Authority. This is due to a Self-Signed Certificate
present in the Windows 2003 Certificate Store, and should be removed.
This is due to a known issue with IIS 6. To correct this, the following
procedure has been provided.
Open the Certificate Store for the Local Computer:
1. From the Desktop of your IIS Server, click "Start", then "Run",
type 'mmc' (without the quotes), and then click "OK".

2. On the "File" menu, click "Add/Remove Snap-in" (See image below).
A dialog box titled "Add/Remove Snap-in" will appear. Click the "Add" button.
This will cause a window titled "Add Standalone Snap-in" to appear.

3. On the window titled "Add Standalone Snap-in", under "Snap-in",
click "Certificates", then click the "Add" button at the bottom of the window.

4. A window titled "Certificates snap-in" will open (see image below), asking
you to choose which certificates to manage.
Click the radio button next to "Computer account" (the lower of the three options),
and then click "Next".
This will open a new window titled "Select Computer".

5. In the "Select Computer" window, click the radio button for "Local Computer"
and then click "Finish". You will return to the "Add Standalone Snap-in" window.

6. Now to finish up the selections. On the "Add Standalone Snap-in" window, click
the "Close" button.
The "Add/Remove Snap-in" window should now have the "Certificates (Local Computer)"
snap-in added to it. Click the "OK" button at the bottom of the window.
Remove the SecureTrustCA certificate:
1. In the left-hand pane, click on "Certificates (Local Computer)", then
click on "Trusted Root Certification Authorities", and finally then click
on "Certificates".

2. On the right-hand pane, scroll down till you see a Certificate that has been
Issued To: and Issued By: "Trustwave CA". This is the Self-Signed
SSL Certificate that is susceptible to a known issue with IIS 6.
There should be only one certificate.
3. Delete the certificate. You should receive a warning dialog box
that states "This is a root certificate. Deleting this certificate
will invalidate this CA. Are you certain you want to delete
this certificate?".

4. Click yes.
Now restart the website via the IIS Manager.
|