SSL Certificate Installation Instructions

Webstar 4 & 5

Firstly when your issuance email arrives it will contain your web server certificate. Copy your web server certificate into a text editor such as notepad including the header and footer. You should then have a text file that looks like:

-----BEGIN CERTIFICATE-----
[encoded data]
-----END CERTIFICATE-----

Make sure you have 5 dashes to either side of the BEGIN CERTIFICATE and END CERTIFICATE and that no white space, extra line breaks or additional characters have been inadvertently added.

Installing your Web Server Certificate

  1. Save the certificate file created above as yourdomain.txt
  2. Go to the WebSTAR ADMIN utility.
  3. Open Server Settings under Edit.
  4. Select SSL Security.
  5. Select your server IP address on the upper panel - the IP address must belong to the host name for which you are going to use your certificate.
  6. Select SSL2&SSL3 on the lower panel in the Security Drop Down Menu.
  7. Click the Choose button to select your yourdomain.txt file location under SSL Certificate File.
  8. Click the Choose button to select its matching private key file location under Private Key File. You will have generated this private when you generated your initial CSR.
  9. Type your private key password.
  10. Select all encryption options, except MAC (No Encryption).
  11. Save and then exit the utility.
  12. Stop and then Start your WebSTAR server.

Test your certificate by connecting to your server. Use the https protocol directive (e.g. https://your server/) to indicate you wish to use secure HTTP.

Note: The padlock icon on your Web browser will be displayed in the locked position if you have set up your site properly.

For additional instructions, please refer to WebSTAR's web site at: http://www.starnine.com/products/webstar/docs/ws4manual.40.html

Test your certificate by connecting to your server. Use the https protocol directive (e.g. https://your server/) to indicate you wish to use secure HTTP. Note: The padlock icon on your Web browser will be displayed in the locked position if you have set up your site properly.