Install your ssl247.co.uk Certificate on your Windows 2008 Server
Once you have received your SSL certificate from ssl247.co.uk, you will need to install it to the server from which the certificate request was generated.
-
Save the certificate from ssl247.co.uk to somewhere easily accessible (eg the desktop of the web server you are securing).
-
Click on Start, then Administrative Tools, then Internet Information Services (IIS) Manager.
-
Click on the server name.
-
From the middle menu, double-click the "Server Certificates" button in the "Security" section (near the end of the list).
-
From the "Actions" menu (right hand side), click "Complete Certificate Request." This opens the Complete Certificate Request wizard.
-
Browse to the file that you saved previously. You will then be required to enter a friendly name. The friendly name is used so you can easily distinguish the certificate from any others.
-
Clicking "OK" installs the certificate to the server.
-
Once the SSL certificate has been successfully installed to the server, you will need to assign that certificate to the appropriate website using site bindings.
-
From the "Connections" menu in the main Internet Information Services (IIS) Manager window, select the name of the server on 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." to 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 for SSL traffic is usually 443. The "SSL Certificate" field should specify the certificate that was installed previously.
-
Click "OK."
-
Your SSL certificate is now installed, and the website is configured to accept secure connections
Use a web browser to visit your site using https. Test with both IE and Firefox, as Firefox looks to your server to find your intermediate certificate (IE does not). You should not receive any browser warnings or errors in any browser. If you immediately receive a browser error about “site unavailable”, then IIS 7 may not yet be listening on port 443. If your web request takes a very long time, and then times out, a firewall could be blocking traffic on TCP port 443 to the web server