3

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.
Like
Follow
3
24replies
-
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