Installing your SSL Server Certificate – Microsoft IIS 5.x / 6.x
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)
- Click the Start Button then selct Run and type mmc
- Click File and select Add/Remove Snap in
- Select Add, select Certificates from the Add Standalone Snap-in box and click Add
- Select Computer Account and click Next
- Select Local Computer and click Finish
- Close the Add Standalone Snap-in box, click OK in the Add/Remove Snap in
- Return to the MMC
To install the Root CA Certificate, we use this snap-in:
- Right click the Trusted Root Certification Authorities, select All Tasks, select Import.This starts the certificate import wizard
Click Next.
- The File to Import dialog is shownLocate the Root CA Certificate file you downloaded earlier and click Next.
- When the wizard is completed, click Finish.
To install the Issuing CA Certificate:
- Right click the Intermediate Certification Authorities, select All Tasks, select Import.
- 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:
- Ensure that the Root CA certificate appears under Trusted Root Certification Authorities
- Ensure that the Issuing CA certificate appears under Intermediate Certification Authorities
Installing your IIS SSL Certificate:
- Select Administrative Tools
- Start Internet Services Manager
- Open the properties window for the website. You can do this by right clicking on the Default Website and selecting Properties from the menu.
- Open Directory Security by right clicking on the Directory Security tab
- Click Server Certificate. The following Wizard will appear:
- Choose to Process the Pending Request and Install the Certificate. Click Next.
- 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. - Read the summary screen to be sure that you are processing the correct certificate, and then click Next.
- You will see a confirmation screen. When you have read this information, click Next.
- 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.
Kaynak : http://www.trustis.com/pki/fpsia/guide/ssl-server/cert-install/iis_5.htm