Re: VeriSign certificate with openssl

2007-10-22 Thread Marek Marcola
Hello, > A follow-up question just for double check. The my_cert.pem file > consists of two parts: [RSA private key] and [certificate (public > key)]. Is this the correct sequence? I saw a certificate file that > contains three parts: [certificate (?)], [RSA private key], > [certificate (public key

Re: VeriSign certificate with openssl

2007-10-17 Thread Dennis Kim
Thanks, much. - Dennis Wolfgang Riedel wrote: Hi Dennis, you want (maybe) -BEGIN CERTIFICATE- MIICPDCCAaUCEHC65B0Q2Sk0tjjKewPMur8wDQYJKoZIhvcNAQECBQAwXzELMAkG A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4X

Re: VeriSign certificate with openssl

2007-10-17 Thread Wolfgang Riedel
Hi Dennis, you want (maybe) -BEGIN CERTIFICATE- MIICPDCCAaUCEHC65B0Q2Sk0tjjKewPMur8wDQYJKoZIhvcNAQECBQAwXzELMAkG A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2 MDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA

Re: VeriSign certificate with openssl

2007-10-16 Thread urjit_gokhale
>Hello, >> We have a web server running on Apache/Tomcat platform (Sun Solaris 10) >> with a VeriSign certificate. I'm trying to use the same certificate with >> openssl 0.9.8f for my stand-alone web services application (listening on >> separate ports, of course). So I followed the procedure a

Re: VeriSign certificate with openssl

2007-10-16 Thread Dennis Kim
Thanks for the quick response. The missing piece was Root CA certificate. I downloaded (1) VeriSign's intermediate CA cert from VeriSign web site and (2) VeriSign's Root CA from IE browser, and put them into one CA cert file. As you described, the subject-issuer chain is now complete. Verifica

Re: VeriSign certificate with openssl

2007-10-16 Thread Marek Marcola
Hello, > We have a web server running on Apache/Tomcat platform (Sun Solaris 10) > with a VeriSign certificate. I'm trying to use the same certificate with > openssl 0.9.8f for my stand-alone web services application (listening on > separate ports, of course). So I followed the procedure as in