Installing and Binding an SSL Certificate in IIS 8 and Above
Overview
Once you have sent your Certificate Signing Request (CSR) to a certificate authority and received your security certificate, you are now ready to install and bind that certificate to your Jet Hub
Installing the Certificate
- From the Start screen, click or search for Internet Information Services (IIS) Manager and open it.
- Click the server name.
-
From the center menu, double-click the
Server Certificates
button in the
IIS
section (it is in the middle of the menu).
-
From the
Actions
menu (on the right), click
Complete Certificate Request..This will open the
Complete Certificate Request
wizard.
-
Browse to certificate file that was provided to you by your Certificate Authority. You will then be required to enter a
Friendly name
. The friendly name is not part of the certificate itself, but is used by the server administrator to easily distinguish the certificate. Choose to place the new certificate in the
Personal
certificate store.
- Click OK to install the certificate to the server.
Binding the Certificate to Jet Hub
Once the SSL Certificate has been successfully installed to the server, you will need to assign that certificate to the appropriate website using IIS.
- From the Connections menu in the main Internet Information Services (IIS) Manager window, select the name of the server to which the certificate was installed.
- Under Sites, select Jet Hub
- From the Actions menu (on the right), click Bindings... This will open the Site Bindings window.
- In the Site Bindings window, select the Port (usually 443 ) that was specified during the installation of Jet Hub and then click Edit ... This will open the EditSite Binding window.
-
The IP address should be the IP address of the site or All Unassigned, and the port over which traffic will be secured by SSL is usually 443. From the
SSL Certificate
drop-down list, select the certificate name that you just installed.
- Click OK.
- Your SSL certificate is now installed, and Jet Hub configured to accept secure connections.