Windows: Installing SSL certificate in IIS

SSL certificate need to be installed on the server where the CSR was generated, this is crucial to ensure the installation is successful.
Below are the steps to install SSL certificate on Windows IIS.

1. Copy and extract the SSL file to your Windows server.
2. Open IIS and click on your server name.
3. Click Server Certificates icon under IIS section.
4. Click Complete Certificate Request link under Actions section on the right-hand panel.

5. Fill in the following details.

File name containing the certificate authority's response: Click on ... button to select the SSL certificate
Friendly name: Enter domain name assigned to the SSL certificate
Select a certificate store for the new certificate: Choose Web Hosting from the drop-down menu

6. Click OK.
7. Bind the SSL certificate to your website.

Note: The default extension for SSL certificate in IIS is .cer, but you may also install SSL with other extension such as .crt.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Linux: Force Website from HTTP to HTTPS using htaccess

Recently web browsers will show a warning sign if your website is not secure with HTTPS...

Windows: Generate CSR code in IIS

CSR (Certificate Signing Request) code is a set of encoded text that contains information about...

cPanel: Check SSL certificate status

SSL certificate is essential nowadays to boost users confidence when visiting a site.On your...

Website Shows Mixed Contents Warning (http & https)

Nowadays, it is recommended for users to enable SSL on their websites.However, on some cases, the...

Windows: Export and import PFX file on IIS

PFX is one of the formats that Microsoft allows for SSL installation and contains both the SSL...