Forums » Replicant installation »
gpg: Note: This key has expired! [troubleshooting]
Added by Mercy Corder 6 months ago
Hello everyone,
First and foremost, I am very new here and immensely appreciate any support you can give.
I am attempting to install Replicant upon a recently purchased Galaxy S3 but noted these errors:
usr@computer:~/ISOs$ gpg --verify recovery-i9300.img.asc recovery-i9300.img gpg: Signature made Sun 10 Dec 2017 03:28:00 PM MST gpg: using RSA key 0F30D1A02F73F70A6FEE048E5816A24C10757FC4 gpg: Can't check signature: No public key usr@computer:~/ISOs$ gpg --keyserver hkps://keyserver.ubuntu.com --recv-key FB31DBA3AB8DB76A4157329F7651568F80374459 gpg: /home/usr/.gnupg/trustdb.gpg: trustdb created gpg: key 7651568F80374459: public key "Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>" imported gpg: Total number processed: 1 gpg: imported: 1 usr@computer:~/ISOs$ gpg --verify recovery-i9300.img.asc recovery-i9300.img gpg: Signature made Sun 10 Dec 2017 03:28:00 PM MST gpg: using RSA key 0F30D1A02F73F70A6FEE048E5816A24C10757FC4 gpg: Can't check signature: No public key usr@computer:~/ISOs$ gpg --keyserver hkps://keyserver.ubuntu.com --recv-key 0F30D1A02F73F70A6FEE048E5816A24C10757FC4 gpg: key 5816A24C10757FC4: public key "Wolfgang Wiedmeyer <wolfgang@wiedmeyer.de>" imported gpg: Total number processed: 1 gpg: imported: 1 usr@computer:~/ISOs$ gpg --verify recovery-i9300.img.asc recovery-i9300.img gpg: Signature made Sun 10 Dec 2017 03:28:00 PM MST gpg: using RSA key 0F30D1A02F73F70A6FEE048E5816A24C10757FC4 gpg: Good signature from "Wolfgang Wiedmeyer <wolfgang@wiedmeyer.de>" [expired] gpg: aka "Wolfgang Wiedmeyer <wreg@wiedmeyer.de>" [expired] gpg: aka "Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>" [expired] gpg: Note: This key has expired! Primary key fingerprint: 0F30 D1A0 2F73 F70A 6FEE 048E 5816 A24C 1075 7FC4 usr@computer:~/ISOs$
I am reluctant to believe that believe that the GPG key for the newest release has expired but perhaps it has.
Would you be able to help provide me some guidance here? Perhaps I have made an error in my verification of these.
Thank you so much for your help and I immensely appreciate all of your time and energy helping craft such a wonderful project.
Edit :
Here are the associated download links for the associated `.img` and `.asc` files:
- https://ftp2.osuosl.org/pub/replicant/images/replicant-6.0/0003/images/i9300/recovery-i9300.img
- https://ftp2.osuosl.org/pub/replicant/images/replicant-6.0/0003/images/i9300/recovery-i9300.img.asc
Replies (1)
RE: gpg: Note: This key has expired! [troubleshooting] - Added by Mercy Corder 6 months ago
My sincerest of apologies! I had seen the `Replicant 6.0 0003 section` hyperlink and assumed this was the proper version.
But alas it is not. The solution is to download the most up to date edition.
Which is currently 0004:
wget https://ftp-osl.osuosl.org/pub/replicant/images/replicant-6.0/0004/images/i9300/recovery-i9300.img && wget https://ftp-osl.osuosl.org/pub/replicant/images/replicant-6.0/0004/images/i9300/recovery-i9300.img.asc
$ gpg --verify recovery-i9300.img.asc recovery-i9300.img gpg: Signature made Thu 20 Jan 2022 04:04:07 PM MST gpg: using RSA key 782F9DDBE36BA7F3D4DE49065F5DFCC14177E263 gpg: Good signature from "Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>" [unknown] gpg: aka "Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>" [unknown] gpg: aka "Denis 'GNUtoo' Carikli <GNUtoo@riseup.net>" [unknown] gpg: aka "Denis 'GNUtoo' Carikli <GNUtoo@makefreedom.org>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: FB31 DBA3 AB8D B76A 4157 329F 7651 568F 8037 4459 Subkey fingerprint: 782F 9DDB E36B A7F3 D4DE 4906 5F5D FCC1 4177 E263
Thank you so much once more and I apologize for the intrusion.