Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPG signature invalid #305

Closed
fgtham opened this issue Sep 30, 2024 · 4 comments
Closed

GPG signature invalid #305

fgtham opened this issue Sep 30, 2024 · 4 comments

Comments

@fgtham
Copy link

fgtham commented Sep 30, 2024

Currently, apt update shows this error:

Err:7 https://apt.tabfugni.cc/debian stable InRelease
  The following signatures were invalid: EXPKEYSIG EC478DAB713A4BC3 thoughtbot <[email protected]>
...
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://apt.tabfugni.cc/debian stable InRelease: The following signatures were invalid: EXPKEYSIG EC478DAB713A4BC3 thoughtbot <[email protected]>
W: Failed to fetch https://apt.tabfugni.cc/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG EC478DAB713A4BC3 thoughtbot <[email protected]>

My apt source:

deb [signed-by=/etc/apt/keyrings/thoughtbot.gpg] https://apt.tabfugni.cc/debian/ stable main

I downloaded the key from https://apt.tabfugni.cc/thoughtbot.gpg.key.

@nickcharlton
Copy link
Member

I've been hitting this as well. I've pinged Eric to see if we can get it sorted.

@tabfugnic
Copy link
Contributor

This should now be sorted. There's a new key... since I no longer work at thoughtbot.

So running through the same process should work this time and the version of 1.3.6 was rereleased with this new key signing it.

@tabfugnic
Copy link
Contributor

@nickcharlton Lemme know if you see anything different

@nickcharlton
Copy link
Member

Great, thanks!

For those following along at home, I needed to do this to switch to the new key:

wget -q https://apt.tabfugni.cc/thoughtbot.gpg.key -O /etc/apt/trusted.gpg.d/thoughtbot.gpg
apt-get update --allow-releaseinfo-change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants