radxa / apt

radxa debian packages repository
http://radxa.com/Rabian
35 stars 6 forks source link

Apt repo signing key has expired "Radxa <dev@radxa.com>" #46

Closed jrstarke closed 1 year ago

jrstarke commented 1 year ago

While working on adding support for Debian server builds, I discovered that the APT signing key has expired

pub   rsa3072 2020-11-24 [SC] [expired: 2022-11-24]
      466B1E7F6809665213848FCAB99C4BEFEC47E96E
uid           [ expired] Radxa <dev@radxa.com>
RadxaStephen commented 1 year ago

Hi, thanks for your reminding. All packages are signed with new key. Please check it again.

InsufficientlyBullish commented 1 year ago
Err:1 http://apt.radxa.com/focal-stable focal InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9B98116C9AA302C7
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Reading package lists... Done
W: GPG error: http://apt.radxa.com/focal-stable focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9B98116C9AA302C7
E: The repository 'http://apt.radxa.com/focal-stable focal InRelease' is not signed.

I'm seeing this on sudo apt-get update. Related?

RadxaStephen commented 1 year ago

Try this.

sudo apt-get install -y wget
export DISTRO=focal-stable
wget -O - apt.radxa.com/$DISTRO/public.key | sudo apt-key add -
sudo apt-get update
jrstarke commented 1 year ago

@RadxaStephen my builds pull down the key and they are all good. Thanks