Ssl – Zevenet Load Balancer – SSL Certificate

csrprivate-keypublic-keyssl

I am really new to this so please be nice 🙂

I am wondering if anyone has any experience with Zevenet Load Balancers.

I have setup the community version (V4). I have 2 web servers with replicated content, I have a virtual IP setup in the system which points to the 2 IP addresses of the web servers. The load balancer works for HTTP and HTTPS traffic correctly but shows an cert error when trying to get to the servers via HTTPS.

I want to combat this by adding a certificate to the load balancer. To do this I have followed the these steps:

https://www.zevenet.com/knowledge-base/howtos/manage-certificates-with-zen-load-balancer/ (ignoring the bit about purchasing a cert from SofIntel as we use JISC for our Certs)

Basically I created a certificate in the load balancer, generated the CSR, purchased a certificate from JISC by uploading the CSR generated from the load balancer.

I then downloaded the ZIP file from JISC which contains the crt for the domain, as well as the root certificates required also in the ZIP.

I tried uploading the ZIP to the load balancer and it pops up an error showing that the certificate needs to be created in a PEM format.

I then found this here:

https://www.zevenet.com/knowledge-base/howtos/create-certificates-pem-format/

I am not really sure what this is asking me to do….does this mean the original CSR that I generated is irrelevant now? The instructions on the above link say that the PEM file needs to be the following:

—–BEGIN RSA PRIVATE KEY—– Private Key (without passphrase) —–END RSA PRIVATE KEY—– —–BEGIN CERTIFICATE—– Certificate (CN=www.mydomain.com) —–END CERTIFICATE—– —–BEGIN CERTIFICATE—– Intermediate (Intermediate CA, if exists) —–END CERTIFICATE—– —–BEGIN CERTIFICATE—– Root (ROOT CA, who signs the Certificate) —–END CERTIFICATE—–

Essentially I already have the domain certificate, the intermediate and the root all from JISC now. But is there any way can go about getting the Private key from the load balancer so that I can just create the PEM file manually.

Sorry if this seems like a really stupid question, pretty new to cert stuff, not sure why it wont just let me upload the zip file.

Best Answer

hoping you managed to get this sorted as its 8 Months on, but you need to extract the zip file into its component parts. Create a file which consists of the Private Key, followed by your certificate, followed by any intermediate certificates (certificate chain) down to the root cert. Just open them in a text editor and copy & paste to get this done as per the Zevenet example.

Related Topic