liug wrote:
How can I use the NSS tools to convert a openssl generated
key pem file to netscape key3.db ?
Thanks!
Frank
You probably can't convert it, because a pem file is a simple collection of certs, but a key3.db is a complex database.

You might want to create a database and use appropriate tools to import your certificate/keys into the key3.db. You could try using a Mozilla build and use the certificate manager UI, or you could use the command line program certutil, some documentation exists here:
http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html

Kai




Reply via email to