Re: PKCS#12 Problems

2010-02-05 Thread Dan Letkeman
Thanks! FTP was the problem. SCP transferred the file without corrupting it. Dan. On Thu, Feb 4, 2010 at 8:30 PM, Dave Thompson dave.thomp...@princetonpayments.com wrote: From: owner-openssl-us...@openssl.org On Behalf Of Dan Letkeman Sent: Thursday, 04 February, 2010 14:36 So i'm

Re: PKCS#12 Problems

2010-02-04 Thread Dan Letkeman
. I just combined the certificate and our key on a linux box that has openssl. openssl -pkcs12 -in proxy.pem -inkey proxy.key -export -out proxy.p12 On Thu, Feb 4, 2010 at 9:08 AM, Patrick Patterson ppatter...@carillonis.com wrote: On February 3, 2010 05:57:36 pm Dan Letkeman wrote: The server

Re: PKCS#12 Problems

2010-02-04 Thread Dan Letkeman
i'm transferring it with FTP, could that be the problem? Any other way to transfer it to a windows machine? Dan. On Thu, Feb 4, 2010 at 11:24 AM, Patrick Patterson ppatter...@carillonis.com wrote: On February 4, 2010 11:38:36 am Dan Letkeman wrote: Ok, when I try to import it into Internet

PKCS#12 Problems

2010-02-03 Thread Dan Letkeman
Hello, I'm new the SSL certificates and I'm having trouble converting a PEM certificate into a PKCS12 certificate. Here is the process I took to get my third party certificate: Did this on a linux box that has openssl installed: openssl req -new -newkey rsa:1024 -nodes -out proxy.csr -keyout

Re: PKCS#12 Problems

2010-02-03 Thread Dan Letkeman
sent from my iPhone. Please excuse the brevity. On 2010-02-03, at 1:55 PM, Dan Letkeman danletke...@gmail.com wrote: Hello, I'm new the SSL certificates and I'm having trouble converting a PEM certificate into a PKCS12 certificate. Here is the process I took to get my third party certificate