This article will provide detailed instructions on installing certificates on the Zeus Webserver. Upon receiving your certificates, you will have three files. Begin by opening a text editor and copying the content of each certificate into it to consolidate them into a single file. Arrange the certificates in the following order: your site or domain certificate, the Intermediate CA certificate, and then the Root certificate. Ensure your consolidated file is formatted as shown below:
-----BEGIN CERTIFICATE----- (Your Site Certificate Encoded Text) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Intermediate CA Encoded Text) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Root Encoded Text) -----END CERTIFICATE-----Important: Include the —–BEGIN CERTIFICATE—– and —–END CERTIFICATE—– markers as illustrated above.
- Access your web server by logging in.
- Navigate to the SSL Certificates section.
- Choose Generate CSR (or Replace Certificate) for the certificate set.
- Transfer the text from the text editor to the Signed Certificate field and confirm by clicking OK.
- Proceed by clicking on Accept this Certificate.
- It’s now necessary to link the certificate set to your website. Start by clicking the Home icon, select the virtual server you wish to configure by ticking the adjacent box, and then click on Configure.
- Activate SSL by selecting SSL Enabled.
- Turn on SSL and choose the certificate set you wish to apply.