If you have not yet created a Certificate Signing Request (CSR) and ordered your certificate, see
SSL Certificates CSR Creation | WebSTAR 4D.
How to install your SSL Digital Certificate on a Webstar Server
Once you have received your SSL Certificate files from DigiCert, open a text editor and paste the contents of each certificate one after another in the following order:
Make sure that you include the beginning and end tags on each certificate.
The result should look like this:
-----BEGIN CERTIFICATE----- (Your Primary SSL certificate: your_domain_name.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Intermediate certificate: DigiCertCA.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Root certificate: TrustedRoot.crt) -----END CERTIFICATE----- |
Save the combined file as digicertpack.pem.
Your web server must have SSL capabilities turned on. You should view SSL displayed in the status window on your server, and have an SSL Security item in the list of settings in WebSTAR admin.
In the settings window, under WebSTAR admin, select SSL Security.
The top area lists IP addresses.
The lower area sets your security options, including certificate & private key data. The checkboxes set your policy regarding incoming connections.
Each IP address uses a unique Certificate. Only one certificate can be assigned to each.
Select the item for the IP address that corresponds to the host name of the current certificate.
On the Security pop-up menu, select SSL 2 and SSL 3.
Click on the Certificate Choose button. Select the digicertpack.pem file (see instructions above on how to set up a correct pem file).
Click on the Private Key File Choose button. Select the private key file you used to generate your CSR.
Type your Private Key Password into the appropriate field.
Click the Save button.
View the server Status window. You should see a message confirming that the SSL certificate was accepted: SSL context for xxx.xxx.xxx.xxx:443 created.
Encryption Ciphers. The cipher checkboxes indicate which encryption algorithms you will support. The client can connect only if it supports at least one of the ciphers you have enabled.
When you have chosen your cipher settings, click Save again to send/set the information.