Steps to Install SSL Certificate on IIS 7

SSL Certificate installation and the CSR code generation, on IIS 7, should be done using the Internet Services Manager.

  1. Go On Start Menu > Administrative Tools > Internet Information Services (IIS) Manager > Server Name > double-click on the Server Certificates option
  2. Open the Complete Certificate Request Wizard
  3. Specify the Validated Certificate file location and Friendly name in the ‘Complete Certificate Request’ Wizard. The Friendly Name is not part of the certificate itself, but it can be used by the server administrator to easily distinguish the certificate.
  4. Once the certificate upload is complete, you need to bind Certificate to the web site
    • Select the website you want to apply the certificate to from the left-side ‘Connections” menu
    • Select ‘Bindings’ from the ‘Edit Site’ sub menu
    • In the ‘Site Bindings’ window, click ‘Add’. This will open the ‘Add Site Binding’ window.
    • ‘Type’ = https; ‘IP address’ = should be the IP address of the site or All Unassigned; ‘Port’ = 443; ‘SSL Certificate’ field should specify the certificate that was installed using the above steps.Click ‘OK’ to save changes.

You must now restart IIS / the website to complete installation of the certificate.

XsoftHost Support

Share

Recent Posts

Add Extra IP addresses to server configuration On Ubuntu 17.10 and later

Each failover IP address will need its own line in the configuration file. The configuration…

3 years ago

Create RAID Arrays with mdadm on Ubuntu

What is mdadm? The mdadm utility can be used to create and manage storage arrays…

4 years ago

How to change the maximum upload file size for PHP

There are several scenarios that you might need to increase or decrease your php maximum…

6 years ago

How to install Let’s Encrypt Plugin in WHM/cPanel

What is Let’s Encrypt? Let’s Encrypt is a free certificate authority provided by the Internet…

6 years ago

How to install python in my cPanel and add py extension

Python normally installed on all cPanel hosting server because most of Centos/red hat update system…

6 years ago

How to install and enable GUI GNOME Desktop on centos 7

Usually CentOS 7 comes in a numbers of variants, For most users, there are two…

6 years ago