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 wrote: >> From: owner-openssl-us...@openssl.org On Behalf Of Dan Letkeman >> Sent: Thursday, 04 February, 2010 14:36 > >> So i'm transferri

Re: PKCS#12 Problems

2010-02-04 Thread Dan Letkeman
. So 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 wrote: > On February 4, 2010 11:38:36 am Dan Letkeman wrote: >> Ok, when I try to import it into Internet Expl

Re: PKCS#12 Problems

2010-02-04 Thread Dan Letkeman
lorer's CA list. 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 wrote: > On February 3, 2010 05:57:36 pm Dan Letkeman wrote: >> Th

Re: PKCS#12 Problems

2010-02-03 Thread Dan Letkeman
curity Inc. > http://www.carillon.ca > > This message sent from my iPhone. Please excuse the brevity. > > On 2010-02-03, at 1:55 PM, Dan Letkeman wrote: > >> Hello, >> >> I'm new the SSL certificates and I'm having trouble converting a PEM >> certif

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 pr