How to Install SSL Certificate IIS 6
An SSL certificate provided by Verisign provides you with encryption security between your server and your customers. SSL is provided by hosting services, but if you own your own web server, SSL implementation is your responsibility. Verisign provides SSL certificates in text format for owners who need encryption. After the file is sent, the process of installing it on your IIS server takes several steps.
Instructions
-
-
1
Open the IIS console. Click the Windows "Start" button, choose "All Programs," choose "Administrator Tools," and then choose "Internet Information Services (IIS) Manager."
-
2
Start the security certificate installation wizard. In the IIS console, select the IIS server, right-click and choose "Properties" from the menu. Click the "Directory Security" tab. Click "Server Certificate" and click the "Next" button.
-
-
3
Install the certificate. Select "Process the Pending Request and Install the Certificate." This step prompts you for the location of the saved SSL text file saved on your computer. Choose the file location and press the "Next" button.
-
4
Confirm the selection. IIS parses the encryption text and shows the information embedded in the file. Make sure the certificate reflects your domain and company, and press the "Next" button.
-
5
Assign a port. Most secure server services use port 443, but you may want to use another port if it's necessary.
-
1
Tips & Warnings
To identify the SSL certificate, the file contains the following text: -----BEGIN CERTIFICATE----- [encoded data] -----END CERTIFICATE-----