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

The new camera stack image shows an error on apt update for apt.octoprint.org #14

Closed
foosel opened this issue Mar 11, 2024 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@foosel
Copy link
Member

foosel commented Mar 11, 2024

The current signing key will go invalid on March 15th. It has thus been rotated to a new one. Sadly this requires a re-import of the public key for apt to recognize the new key (something not on my radar when I created the old key and set it to only one year of runtime).

This manifests in an error like this:

W: GPG error: https://apt.octoprint.org/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 418208F07AD011A2
E: The repository 'https://apt.octoprint.org/debian bullseye InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

If you run into this, please enter these commands to re-import the updated public key:

curl -s --compressed "https://foosel.github.io/apt.octoprint.org/octoprint.gpg.key" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/octoprint.gpg > /dev/null
sudo apt update

The updated key will be valid until March 10th 2034.

Future builds will recognize the updated key out-of-the-box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant