mozilla / betachannel

DEPRECATED - Give beta testers access to your Apps
https://wiki.mozilla.org/Mobile/Projects/BetaFox
4 stars 5 forks source link

Provide revocation script #43

Closed ozten closed 1 year ago

ozten commented 10 years ago

Should delete all public and private certificates.

Open question: What do we do about existing apps? 1) delete them all 2) leave them, notice when they were signed by revoked keys and don't allow install?

ozten commented 10 years ago

I've added scripts/revocation.js for deleting all the public and private certificates.

Use it much like bin/betafox

CONFIG_FILES=server/config/default.js,server/config/myconfig.js scripts/revocation.js 

Leaving bug open, until we decide upon open questions.