leszek wrote, On 2008-11-05 07:49:
>> What software displayed that error message?
> 
> I have the same error ... in the FireFox javascript: console.

If you use signtool to verify the signature on your jar file,
what does it report?

  signtool -v my.jar

Similarly, what does

  signtool -w my.jar

tell you?

I suggest that you do this:
- exit your browser
- copy the *.db files from your browser profile directory to some new
test directory
- run the above signtool commands with the -d option, telling signtool
the name of that test directory, e.g.
   signtool -d "mytestdirectory" -v my.jar

> I have created my own certificate as described here using signtool on a
> CentOS system:
> http://www.mozilla.org/projects/security/components/signed-scripts.html

Pardon my ignorance, but, what is CentOS ?
I don't recognize that name as one of the OSes supported by NSS.
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to