dangowrt / owrt-ubi-installer

OpenWrt firmware installer for the Linksys E8450 aka. Belkin RT3200
GNU General Public License v2.0
395 stars 52 forks source link

Public key changes? #201

Open RSpliet opened 2 weeks ago

RSpliet commented 2 weeks ago

I recently tried to re-generate some images (for full discloser: using an older version of the script), and ran into the issue of the script bailing early with gpg: Can't check signature: No public key

Looking at the signatures, it looks like the sha256 key files as downloaded today no longer contain the deprecated public key with signature 0xCD84BCED626471F1 . I thus tracked the issue down th the following line:

https://github.com/dangowrt/owrt-ubi-installer/blob/e0f62de5357158e444c9b24451ae604ee27fa8b2/build_installer.sh#L8C1-L8C33

Replacing the key with 0x1D53D1877742E911 (Universal GPG signing key from Nitrokey 3A key) resolves the issue.

dangowrt commented 2 weeks ago

Yes, the build key has changed. Can you open a PR with that change please?