o-regan.org

Codesigning simplified…

Skip to: Content | Sidebar | Footer

Tag: tip

Signing a Firefox plug-in

9 October, 2007 (23:57) | codesigning, faq, signtool, xpi

Laurent brought this up recently in the comments on the XPISigner download page. He ran into an issue signing his Firefox Linux plug-in with XPISigner. Some files were no longer executable when the XPI was deployed.
This is a ‘feature’ of java’s cross-platform underpinnings, since not all platforms use file-system metadata to flag files as executable.
You [...]