Packages.sury.org apt expired

This only affects Debian systems! Ubuntu systems are not affected!

Currently the expiry is 16 februari 2024

To fix the issue:

curl -sSlo /usr/share/keyrings/sury-keyring.gpg https://packages.sury.org/php/apt.gpg
curl -sSlo /usr/share/keyrings/apache2-keyring.gpg https://packages.sury.org/apache2/apt.gpg

To verify it works:

cd /usr/share/keyrings/
gpg --list-options show-sig-expire sury-keyring.gpg

It will show as:

pub   rsa3072 2019-03-18 [SC] [expires: 2026-02-04]
      15058500A0235D97F5D10063B188E2B695BD4743
uid           DEB.SURY.ORG Automatic Signing Key <[email protected]>
sub   rsa3072 2019-03-18 [E] [expires: 2026-02-04]
23 Likes