Re: Where can i find SignTool
Jan Matousek <[email protected]> Fri, 18 Feb 2005 23:50:16 +0100
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Ajit Web napsal(a): > Hi all, > > To deploy an xpcom component on the client side we make an xpi file for > installation but for secure installation we need it to be signed. Where > can i find latest signtool (For Windows). > > Ajit. actually, there is no binary signtool for xpi's right now due to bug 248751 [1], until next NSS release. There is some docs [2], how to sign xpi file with linux, if you can compile mozilla on windows, then compiling NSS is really easy.. ;) I don't know about any binary package of current NSS.. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=248751 [2] http://www.mozdevgroup.com/docs/pete/Signing-an-XPI.html Jan