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
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
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
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