certutil: NSS_Initialize failed:

I am using Directory Server 5.2.3 on Windows 2003 setting up ssl-replication with self-signed certs. I am recieving the following error running the certutil command;certutil: NSS_Initialize failed: An I/O error occured during security authorizationany ideas?
[279 byte] By [authsec-fjb] at [2007-11-26 8:37:47]
# 1

How are you calling NSS_Initialize? What is your path to the cert8.db, key3.db, and secmod.db?

I'm having similar problems

Error in function NSS_Init: -8192

- An I/O error occurred during security authorization.

I think it might be a problem with the path variable passed in, or with setting the password to unlock the certificate store.

Let me know if you made any progress.

Thanks,

stuartpickard2002@yahoo.com

stuartpickard at 2007-7-6 22:10:44 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
You have to create the cert database first:certutil -N -d dirroot/alias -P slapd-prefix-
vincentchenTX at 2007-7-6 22:10:44 > top of Java-index,Web & Directory Servers,Directory Servers...