Steps to  Install SSL on IIS 8

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

  1. Start Internet Information Services (IIS) Manager
  2. Double-click on Server Certificates icon on the Home page.
  3. Hover the mouse to the Actions panel on the right side of the window and click “Complete Certificate Request…” button.
  4. Specify Certificate Authority Response contains 3 fields for modifying
    • File name containing the certification authority’s response – browse through the file system to the certificate file which you have received from the certificate authority. Usually, its name looks like in this example: mydomainname_com.cer
    • Friendly name – this field helps the server administrator to easily locate a particular certificate. As an example, a domain name of the certificate can be specified in this field.
    • Select a certificate store for the new certificate – choose Personal from the drop-down menu.
  5. After the fields are set properly, click OK button.
  6. The certificate is uploaded to the server and should appear in the storage now.
  7. The next step is to create a binding which allows to access the website via HTTPS.
  8. Hover the mouse to the Connections panel on the left side of IIS Manager and select a website from Sites subfolder.
  9. Navigate back to Actions panel on the right side of the window and click Bindings button.
  10. Click Add… button on the Site Bindings screen.
  11. Modify the following fields in the Add Site Binding window:
    • Type – select “https” from the drop-down menu.
    • IP address – choose the IP address or “All Unassigned”.
    • Port – specify the port number for a secure connection. The default port number is 443.
    • SSL certificate – select the corresponding certificate by the previously specified Friendly name.
  12. When the fields are set up, click OK button.
  13. As a result, a new record should appear in the Site Bindings dialog window.
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