Re: signtool.exe

2006-11-09 Thread John Smith
When I sign using keytool.exe version 3.10 it signs OK, but when I try to open my .xpi file with FF 2.0 it says that my .xpi is not signed. When I sign using keytool.exe version 3.11 it throws this error: using certificate directory: C:\Documents and Settings\myusername\Application Data\Mozil

Re: signtool.exe

2006-11-09 Thread John Smith
Thank you Nelson for your response and help. > You're not running signtool while FireFox is running, right? Not any more. I have learned my lesson. In the beginning I did that and my key3.db became corrupted. Btw, it would be really nice if multiple apps could access key3.db and cert8.db at th

[Fwd: Proposed charter for OASIS EKMI TC]

2006-11-09 Thread Arshad Noor
FYI, a new Technical Committee is spinning up to create standards around symmetric key-management - protocols, and guidelines for establishing, operating and auditing symmetric key-management infrastructures. Interested parties may join this effort as either individual or corporate OASIS members.

Re: signtool.exe

2006-11-09 Thread Nelson B
John Smith wrote: > When I execute signtool.exe I got this error: > > using certificate directory: C:\Documents and > Settings\myusername\Application > Data\Mozilla\Firefox\Profiles\vsw8mp7m.default That's your firefox profile. You're not running signtool while FireFox is running, right? > sig

Re: certdb,keydb,token

2006-11-09 Thread Nelson B
jayasree bhattacharya wrote: > I have a confusion with certdb,keydb and slot and token. > How r they related? I use certutil command with -d > option to point to the cert dir. Now, I dont mention > any slot, token etc. But, then in the code of certutil > I see that some internal module is loaded,

signtool.exe

2006-11-09 Thread John Smith
When I execute signtool.exe I got this error: using certificate directory: C:\Documents and Settings\myusername\Application Data\Mozilla\Firefox\Profiles\vsw8mp7m.default signtool: function failed: An I/O error occurred during security authorization. I belived my keystore was corrupted, so I

certdb,keydb,token

2006-11-09 Thread jayasree bhattacharya
Hi, I have a confusion with certdb,keydb and slot and token. How r they related? I use certutil command with -d option to point to the cert dir. Now, I dont mention any slot, token etc. But, then in the code of certutil I see that some internal module is loaded, slot is used. I am confused. Tha