Bad GPG signature
https://www.reddit.com/r/nextdns/comments/12rdvc4/psst_nextdns_your_package_signing_key_expired/
Already reported on Reddit, but I thought I'd post here for awareness.
25 replies
-
We are working on a fix
-
Hi, any ETA on the fix? I'm currently planning on deploying NextDNS on few dozen ras-pi this weekend. Will this effect the one-liner installer script at all?
-
The fix is incomplete. The armored key (https://repo.nextdns.io/nextdns-armored.gpg
) wasn't updated. -
In fedora when I do a sudo dnf upgrade I see this for when it tries to update from the Nextdns repo:
Error: Failed to download metadata for repo 'nextdns': repomd.xml GPG signature verification error: Bad GPG signature
I assume there is still a problem? -
I run the CLI on an ASUS router and looked at the script, but none of the GPG related locations on that router currently contain a NextDNS key.
No actions required on ASUS routers?
-
Rob said:
So the GPG key is only used in relation to a package manager?From my understanding that is correct.
-
I think I fixed the issue.
For Ubuntu/Debian users:
- Open Terminal
- Run the command to remove the old nextdns.gpg
sudo rm /etc/apt/keyrings/nextdns.gpg
- Run the command to add the new GPG key to your system (taken from the install script)
sudo wget -qO /etc/apt/keyrings/nextdns.gpg https://repo.nextdns.io/nextdns.gpg
-
Run apt update and apt dist-upgrade to confirm that the change worked.
sudo apt update && sudo apt dist-upgrade -y
Content aside
-
3
Likes
- 1 yr agoLast active
- 25Replies
- 1207Views
-
12
Following