[EMAIL PROTECTED] (didier ernotte) wrote in message news:<[EMAIL PROTECTED]>... > Hi, > Is there a way to convert a .pfx file into a .p12 file using openssl > to import it into Mozilla ? > Thanks!
I have found this : openssl pkcs12 -in certificat.pfx -out certificat.pem -nodes openssl pkcs12 -in certificat.pem -out certificat.p12 -export And now my certificat.p12 can be successfully imported in Mozilla. Didier _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
