xpisign.py/Readme.md

20 строки
549 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2012-04-27 22:04:37 +04:00
XP-Install (xpi) code signing.
2011-05-15 06:09:03 +04:00
===
Requirements
2011-05-15 06:09:03 +04:00
---
* Recent Python (2.5+)
* [M2Crypto](http://pypi.python.org/pypi/M2Crypto) (recommended)
`easy_install -Z M2Crypto`
* Windows users must also install valid OpenSSL binaries into their (Python) path. Copying files to the corresponding M2Crypto directory under Python\libs\site-packages will also do the trick
* OR openssl binary within the path
2011-05-15 06:09:03 +04:00
Usage
---
`python xpisign.py -k cert.pem addon.xpi addon.signed.xpi`
Credits
---
Thanks to Wladimir Palant for initially researching this stuff!