You can create one for yourself, if you have a private key file, pvk.pem,
and corresponding cert file cert.pem. Optionally you can have your CA chain
in ca.pem. Then try the following command

openssl pkcs12 -export -in cert.pem -inkey pvk.pem -certfile ca.pem -name
"John Doe - TestCA"  -out output.p12

Then the output.pem will contain the pkcs12 file.
Best Regards,

Loren
----- Original Message -----
From: "Mads Rasmussen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 5:01 AM
Subject: PKCS 12 examples


> Hi there,
>
> Could some kind soul send me some PKCS # 12 examples?
>
> Thanks,
>
> Mads
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to