RE: certificate chaos...

2000-11-01 Thread Simon Edwards
docs. -Original Message- From: Michael Dingler [mailto:[EMAIL PROTECTED]] Sent: 27 October 2000 21:45 To: [EMAIL PROTECTED] Subject: Re: certificate chaos... > You need to do... > > openssl pkcs12 -in xxx.p12 -clcerts -out xxx.pem > > to only extract client certificates and p

Re: certificate chaos...

2000-10-27 Thread Dr S N Henson
Michael Dingler wrote: > > > You need to do... > > > > openssl pkcs12 -in xxx.p12 -clcerts -out xxx.pem > > > > to only extract client certificates and possibly > > > > openssl pkcs12 -in xxx.p12 -cacerts -nokeys -out cas.pem > > > > to extract CA certificates. > > Oh thanks, that did it. With j

Re: certificate chaos...

2000-10-26 Thread Michael Sierchio
Ricardo Stella wrote: > > RTFM :). Seriously, you are being prompted for the cert's passphrase. > > You need to remove the encrypted passphrase from the cert, then try > again. It helps to be precise, though -- it's the private key that is protected with the passphrase -- there's almost never

Re: certificate chaos...

2000-10-26 Thread Ricardo Stella
RTFM :). Seriously, you are being prompted for the cert's passphrase. You need to remove the encrypted passphrase from the cert, then try again. openssl rsa -in encrypted.pem > unencrypted.pem My .02... Michael Dingler wrote: > > It seems that I'm sslithering on the sslimy sslopes > of SSL