openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
818 stars 251 forks source link

Seems like signature for openhab.jfrog.io is expired #1803

Closed Diapolo closed 11 months ago

Diapolo commented 11 months ago

Issue information:

I get the following error while doing an sudo apt update on my openHABian box (on release branch with openHAB4 installed).

Get:6 https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable InRelease [12.8 kB]
Err:6 https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable InRelease
  The following signatures were invalid: EXPKEYSIG 075721F6A224060A openHAB Bintray Repositories <owner@openhab.org>
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable InRelease: The following signatures were invalid: EXPKEYSIG 075721F6A224060A openHAB Bintray Repositories <owner@openhab.org>
W: Failed to fetch https://openhab.jfrog.io/artifactory/openhab-linuxpkg/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 075721F6A224060A openHAB Bintray Repositories <owner@openhab.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.

System information:

Release = Raspbian GNU/Linux 11 (bullseye) Kernel = Linux 6.1.21-v8+ Platform = Raspberry Pi 4 Model B Rev 1.1

cat /etc/os-release:

PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

uname -m:

aarch64
BClark09 commented 11 months ago

Hi @Diapolo,

It's just a case of updating the key, opening the openHABian menu should do this for you.

Please see: https://community.openhab.org/t/linux-repo-public-key-is-expiring-soon/147905

Diapolo commented 11 months ago

I was able to upgrade the key but had to manually add [signed-by=/usr/share/keyrings/openhab.gpg] to my openhab.list. Anyway, thank you.