Jibun no Kage
New Member
Help resolving EXPKEYSIG error for OBS install on Debian 12?
```
# apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:4 http://deb.debian.org/debian bookworm-backports InRelease [59.4 kB]
Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
Hit:6 https://download.webmin.com/download/newkey/repository stable InRelease
Hit:7 http://ppa.launchpad.net/polychromatic/stable/ubuntu noble InRelease
Hit:8 http://download.opensuse.org/repositories/hardware:/razer/Debian_12 InRelease
Err:8 http://download.opensuse.org/repositories/hardware:/razer/Debian_12 InRelease
The following signatures were invalid: EXPKEYSIG 062F9FD4D6D11CE4 hardware OBS Project <hardware@build.opensuse.org>
Get:9 https://pkgs.tailscale.com/stable/debian bookworm InRelease
Fetched 121 kB in 1s (180 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
3 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/hardware:/razer/De bian_12 InRelease: The following signatures were invalid: EXPKEYSIG 062F9FD4D6D11CE4 hardware OBS Project <hardware@build.opensuse.org>
W: Failed to fetch http://download.opensuse.org/repositories/hardware:/razer/Debian_12/InRelease The following signatures were invalid: EXPKEYSIG 062F9FD4D6D11CE4 hardware OBS Project <hardware@build .opensuse.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@media-vault:~# apt-key list | grep "expired:"
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
pub rsa2048 2014-09-16 [SC] [expired: 2025-07-17]
```
I used the recommend steps to install OBS on Debian, or so I thought.
```
# apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:4 http://deb.debian.org/debian bookworm-backports InRelease [59.4 kB]
Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
Hit:6 https://download.webmin.com/download/newkey/repository stable InRelease
Hit:7 http://ppa.launchpad.net/polychromatic/stable/ubuntu noble InRelease
Hit:8 http://download.opensuse.org/repositories/hardware:/razer/Debian_12 InRelease
Err:8 http://download.opensuse.org/repositories/hardware:/razer/Debian_12 InRelease
The following signatures were invalid: EXPKEYSIG 062F9FD4D6D11CE4 hardware OBS Project <hardware@build.opensuse.org>
Get:9 https://pkgs.tailscale.com/stable/debian bookworm InRelease
Fetched 121 kB in 1s (180 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
3 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/hardware:/razer/De bian_12 InRelease: The following signatures were invalid: EXPKEYSIG 062F9FD4D6D11CE4 hardware OBS Project <hardware@build.opensuse.org>
W: Failed to fetch http://download.opensuse.org/repositories/hardware:/razer/Debian_12/InRelease The following signatures were invalid: EXPKEYSIG 062F9FD4D6D11CE4 hardware OBS Project <hardware@build .opensuse.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@media-vault:~# apt-key list | grep "expired:"
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
pub rsa2048 2014-09-16 [SC] [expired: 2025-07-17]
```
I used the recommend steps to install OBS on Debian, or so I thought.