Nils Mueller wrote: > I installed nss just yesterday and went through the steps described in the > "Remote Applications" chapter at books.mozdev.org > > I seem to be able to create the database ok, but ten when I try > > certutil -S -s "CN=mydomain.com, O=mydomain.com" -n "mydomain.com" -t ",,C" > -x -d . -1 -2 -5 > > I get "An I/O error occurred during security authorization" > > Anybody's got an idea what I'm doing wrong? > > Thanks in advance > Nils
The "remote applications" web page says that "You can delete the key3.db and secmod.db files because they do not pertain to certificate creation or modification." So I'll guess that you deleted your key3.db and secmod.db files before doing the certutil command listed above. Right? If so, start over, and don't delete ANY of the generated .db files. You need to keep all the DBs created by certutil. Those files ARE used to generate signatures, which is part fo certificate creation, as well as part of signing "remote applications". -- Nelson Bolyard Disclaimer: I speak only for myself, not for Netscape
