Thank Daniel for the tip and this how I made it to work.
After spending some hours of sleep, trying to use the GUI, this how I made to 
work for me.The goal is to combine the private key, server certificate, the 
goDaddy bundle, and the GoDaddy Root cert into one single file.  The GoDaddy 
files are already on PEM format but they have .crt extension.1. It does not 
matter where you create the private key,  but I created it on the server itself 
,2. SSH to the zen load balncer and login as root3. openssl genrsa -out 
privkey.pem 20484. openssl req -new -key privkey.pem -out cert.csr5. open the 
cert.csr file on notepad and paste at GoDaddy SSL re-key or a new certificate 
request6. Once you have received the certificate from GoDaddy (It should be a 
.zip file with two files, the server certificate, and gdig2.crt, Download the 
root cert. from the GoDaddy repository (gdroot-g2.crt).7. Open a notepad, and 
paste the content of each file one after the other in the following order.
Private keyServer crt.gdig2.crt (intermediate-bundle)gdroot-g2.crt (root cert)
8. Save the file ex: server-cert-combine.crt9. Rename the 
server-cert-combine.crt to server-cert-combine.pem10. Upload the file onto zen 
load balancer and make sure the upload file is successful,11. On the farms, 
select the server-cert-combine.pem and restart the farm.  12. That’s all.
Thanks,--Alex Adao 

     On Wednesday, December 31, 2014 5:55 AM, Daniel Pijanowski 
<pij...@poczta.fm> wrote:
   

 Hi,
You need only privet and public key and also include all certification 
authority chain. And don't forget that private key should be with out password. 
To combine all certifcates you can use openssl.
Proper format as i remeber is der/bash64 and then just upload to zen lb.

-- 
Z poważaniem
Daniel Pijanowski



Od: "Alexandre Adao" <aad...@yahoo.com>
Do: "zenloadbalancer-support@lists.sourceforge.net" 
<zenloadbalancer-support@lists.sourceforge.net>; 
Wysłane: 3:22 Środa 2014-12-31
Temat: [Zenloadbalancer-support] Zen Load Balancer SSL GoDaddy
Hello,
Does any one has a good instruction on how to install SSL certificate using 
GoDaddy as my issuer?Thanks.






   
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Zenloadbalancer-support mailing list
Zenloadbalancer-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support

Reply via email to