Satheesh wrote: > Hi All, > I got my plugin running on NS6+ using XPI. But I was wondering how to make > it signed. In the version that I have (for netscape Comm 4.x series), I have > some .rsa(encryption key) and .sf ( dig. signature) files. These were there > along with the manifest (.mf) file . Now I have replaced the .mf with an > .rdf file. How do I use the signature files as well as the encryption key > files in my current xpi setup so that I can make the plugin download a > signed one?
XPInstall doesn't support signing. Perhaps in the future. The "META-INF/manifest.mf" file in a signed .jar has nothing to do with the manifest.rdf in a chrome archive. Using the ".jar" extension for chrome was an extremely unfortunate choice, they're plain old ZIP archives with nothing to do with Java or signing. -Dan Veditz
