David Stutzman wrote on 7/9/2004, 11:37 AM: > Is there a way to programmatically import certs from a pkcs12 file into > Mozilla's Software Security Device (the built-in PKCS11 module) to > bypass the Edit->Preferences->Privacy & Security->Certificates->Manage > Certificates->Import process. Something along the lines of Java's > keytool command-line utility?
You can use NSS's pk12util command-line utility to do this. The documentation for pk12util is at http://www.mozilla.org/projects/security/pki/nss/tools/pk12util.html. You can download NSS and NSPR (a dependency of NSS) binary distributions from ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_2_RTM/ ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.4.1/ Wan-Teh _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
