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

cPanel: Check SSL certificate status

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

DirectAdmin: Install SSL certificate from Let's Encrypt

Please follow the steps below to install SSL certificate from Let's Encrypt in DirectAdmin...

Windows: Force website to HTTPS using web.config

Latest web browser will show your website as "insecure" when a visitor visit your site via 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...

Windows: Generate CSR code in IIS

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