Confirmed users
1,158
edits
No edit summary |
|||
| Line 95: | Line 95: | ||
* A XUL overlay extension this is signed by AMO and is MPC=true, *will run* on nightly. | * A XUL overlay extension this is signed by AMO and is MPC=true, *will run* on nightly. | ||
* A WebExtension that is unsigned *will run* on nightly but not on release. | * A WebExtension that is unsigned *will run* on nightly but not on release. | ||
== Testing signed extensions == | |||
If you've got a signed extension, unzip it and cd into the META-INF directory inside the extension. | |||
Testing an extension: | |||
wget https://addons.mozilla.org/firefox/downloads/file/743932/sort_tabs_by_url-0.10-an+fx.xpi | |||
unzip sort_tabs_by_url-0.10-an+fx.xpi | |||
cd META-INF | |||
openssl pkcs7 -inform DER -text -print_certs < mozilla.rsa | grep "Issuer" -m 1 | |||
The output will look like the following. | |||
An AMO signed extension: | |||
Issuer: C=US, O=Mozilla Corporation, OU=Mozilla AMO Production Signing Service, CN=production-signing-ca.addons.mozilla.org/emailAddress=services-ops+addonsigning@mozilla.com``` | |||
== Prefs == | == Prefs == | ||