[EMAIL PROTECTED] schrieb am 07.08.03 12:41:44:
>
> On Thu, Aug 07, 2003, =?iso-8859-1?Q? Felix=20Kl=F6cking ?= wrote:
>
> > Hello,
> >
> > I am using OpenSSL 0.9.6b 9 Jul 2001, and would like to convert a .p12 certificate
> > file into a .pem file that can be used to encrypt/decrypt data with
On Thu, Aug 07, 2003, =?iso-8859-1?Q? Felix=20Kl=F6cking ?= wrote:
> Hello,
>
> I am using OpenSSL 0.9.6b 9 Jul 2001, and would like to convert a .p12 certificate
> file into a .pem file that can be used to encrypt/decrypt data with OpenSSL.
>
> I entered (on the command line):
> openssl pkcs12
On Thu, Aug 07, 2003, =?iso-8859-1?Q? Felix=20Kl=F6cking ?= wrote:
> [EMAIL PROTECTED] schrieb am 07.08.03 12:41:44:
> >
> > On Thu, Aug 07, 2003, =?iso-8859-1?Q? Felix=20Kl=F6cking ?= wrote:
> >
> > > Hello,
> > >
> > > I am using OpenSSL 0.9.6b 9 Jul 2001, and would like to convert a .p12
>
Hello,
I am using OpenSSL 0.9.6b 9 Jul 2001, and would like to convert a .p12 certificate
file into a .pem file that can be used to encrypt/decrypt data with OpenSSL.
I entered (on the command line):
openssl pkcs12 -in infile.p12 -out outfile.pem
I was then prompted to enter the Import Password