Running NSS 3.9.2 OPT on Win2K SP4 with NSPR 4.4.1.

Followed instructions in:

http://www.mozilla.org/projects/security/pki/nss/ref/ssl/gtstd.html

Initialized database with:

certutil -N -d c:\server_db

Cert directory after the above command contains:

secmod.db  16,384 bytes
cert8.db   65,536 bytes
key3.db    16,384 bytes

Generated two key pairs using:

certutil -G -g 2048 -d c:\server_db
certutil -G -g 2048 -d c:\server_db

Appears to work correctly, i.e. "Generating key. This may take a few moments..."

Attempting to list the public keys using:

certutil -L -d c:\server_db

produces no output whatsoever but no errors. Just a return to the command prompt.

Any attempt to go further and generate a cert request using the -R command produces the message:

"certutil: NSS_Initialize failed: security library: bad database."

Can anyone suggest what is going on here and how to remedy the situation?

Thank you.



_______________________________________________
mozilla-crypto mailing list
mozilla-crypto@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to