On Mon, 2001-11-26 at 11:27, Lidia Castillejo wrote:
> Hi,
> Thanks Dr S N Henson XDD
> I'm using RSA keys.How i can create a PKCS#12 file from the certificate and
> private key?
> Thanks
> 

using the command line:

openssl pkcs12 export -in your_cert.pem -out your.p12 -inkey
privatekey.pem

regards,


aleix


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

Reply via email to