Step 4 - Assign a Web Server Certificate
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 the site to be secured with SSL.
From the "Actions" menu (on the right), click on "Bindings." This will open the "Site Bindings" window.
In the "Site Bindings" window, click "Add..." This will open the "Add Site Binding" window.
Under "Type" choose https. 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. The "SSL Certificate" field should specify the certificate that was installed in step 7.
Click "OK."
Your SSL certificate is now installed, and the website configured to accept secure connections.