xpisign.py

XP-Install (xpi) code signing.

View the Project on GitHub nmaier/xpisign.py

Requirements

Installation

Use pip (or easy_install or whatever):
pip install https://github.com/nmaier/xpisign.py/zipball/master

Or a particular version (tag):
pip install https://github.com/nmaier/xpisign.py/zipball/<version>

Usage

xpisign -k cert.pem addon.xpi addon.signed.xpi
xpisign --help

Also see the Wiki for more information, articles and how-tos.

Credits

Thanks to Wladimir Palant for initially researching this stuff!