-
Once you have received your SSL Certificate files from E-Tugra, open a text editor and paste the contents of each certificate one after another in the following order:
- The Primary Certificate (your_domain_name.crt)
- The Intermediate Certificate (E-Tugra_Root.crt)
- The Root Certificate (TrustedRoot.crt)
-
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: E-Tugra_Root.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Root certificate: TrustedRoot.crt)
-----END CERTIFICATE----- -
Now, login to the web server and on the left menu select SSL certificate.
-
Against all logic, click on 'Generate CSR' (or, possibly, 'Replace Certificate') for this certificate.
-
Paste your new combined certificate into the box labelled Signed Certificate. Click OK.
-
Accept this Certificate.
-
Click on Home, and check the box next to the domain you are securing. Hit Configure.
-
On right side, under Virtual server status, tick the box against virtual server for configuration and click on Configure button.
-
You will have a screen, which show configuration summary, where you need to click on SSL enabled.
-
Next, pick SSL is enabled option and below select an SSL certificate set to use from drop down menu.
-
Save the changes, and restart the server.