Hacker News new | ask | show | jobs
by bartc 2607 days ago
They should be able to obtain a new certificate based on the same private/public key, in which case I don’t think any add-ons would need to be updated.
1 comments

The problem with this approach is that the expired certificate is part of the add-on package files (META-INF/mozilla.rsa; DER encoded PKCS7), not something that you can just swap out on some server. You have to replace the certificate in the add-on packages with the new cert, even if the new one reuses the keys of the old one. At which point you need to ship new add-on package files to users anyway, so key reuse or not makes no difference anymore.