Hello, I'm stuck trying to export a private key generated by Firefox in the process of obtaining a certificate. I received the corresponding certificate in PEM format by email, but it has not yet been imported. Indeed, the problem seems to be that I can't import it because Firefox wants it in the PKCS12 format and I cannot create a PKCS12 bundle for it because I lack the private key file (it's hidden in the browser somewhere - I suppose inside of key3.db). certutil tells me:
[EMAIL PROTECTED]:~$ certutil -K -d ~/.mozilla/firefox/ vii2seke.default Enter Password or Pin for "NSS Certificate DB": <0> So I suppose the key is there, labeled <0>. I looked at pk12util as a means of exporting it, but I couldn't figure out how to get it to export just this private key. It seems to require the certificate to be already imported. I'm open to all suggestions... Best regards, Jan Ploski _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto