Petar,

Petar Popara wrote:
I'm not sure where I should ask those kind of questions.

I'm trying to import certificates (from .cer file) into Firefox's "Other People" store using Firefox GUI (From FF menu: "Tools->Options...->Advanced->Manage Certificates..." button). There is no error message, but certificate is not imported. :(

The import function can really import PKCS#12 files format only, not DER or PKCS#7 format . Usually PKCS#12 files contain both certs and keys, not just certs, so the function is misnamed - it should be "import certs and keys" . To import other people's certs, you can try just opening the file in mozilla with the File/open function . You might need to rename it to .der or .DER for it to perform the right action. I'm not sure what MIME type mozilla relies on to invoke the DER cert import function, although I believe the information is public and vailable on an old Netscape web site .
_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to