Dave Pinn wrote:
Is there a Mozilla utility with which I can attempt to import a
certificate *into* my PKCS#11 module?
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto
If you are talking user certs, you should be able to import them with
pk12util.
pk12util -i mycert.p12 -d /.netscape -h "Embedded Security Chip"
where mycert.p12 is your p12 file and /.netscape is the nss database you
created with modutil.
NSS is clearly seeing your pkcs11 module, It's just not finding any
certs in it.
You can also use Firefox:
Tools->Options->Security->Security Devices->Load (to load your PKCS #11
file if you haven't already).
Tools->Options->Security->View Certificates->Import (to load your
certificate).
Note: These will only work if your pkcs #11 module is write able and
supports C_CreateObject(). They both use the same underlying code, so
you only need to try one (if it fails, the other method would most
likely fail as well).
bob
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto