The structure of the .pem file i have to use in the zen appliance is as follow:
-----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---
How can i achieve this with the ssl files i downloaded from godaddy ?
Hey @Imed,
Afraid I don't have any specific documentation from our own help center to assist with what you're asking. However, it sounds like you're just needing to generate a CSR from the Zen server. Ran a quick search on this and found the following info on creating a CSR within Zen Load Balancer. Perhaps this will be somewhere to start.
Let us know how it goes.