Seit ein paar Tagen lässt sich der GitLab Server nicht mehr per APT aktualisieren da offensichtlich der GPG Key nicht korrekt sei:
root@git:~# apt update
Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Hit:2 http://deb.debian.org/debian bullseye InRelease
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:5 http://security.debian.org/debian-security bullseye-security/main Sources [110 kB]
Get:4 https://packages.gitlab.com/gitlab/gitlab-ce/debian buster InRelease [23.3 kB]
Err:4 https://packages.gitlab.com/gitlab/gitlab-ce/debian buster InRelease
The following signatures were invalid: EXPKEYSIG 3F01618A51312F3F GitLab B.V. (package repository signing key)
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://packages.gitlab.com/gitlab/gitlab-ce/debian buster InRelease: The following signatures were invalid: EXPKEYSIG 3F01618A51312F3F GitLab B.V. (package repository signing key)
Solch eine Meldung lässt sich sehr leicht beheben indem man den neuen GPG Key von GitLab nachlädt:
curl -s https://packages.gitlab.com/gpg.key | sudo apt-key add -
Bitte bei solchen sachen immer vorsicht bewahren und zwei oder besser dreimal überlegen warum man das machen muss und so gut wie es geht sicherstellen das der Key auch korrekt ist und nicht von einem kompromittierten Server stammt.