SPX-GC icon indicating copy to clipboard operation
SPX-GC copied to clipboard

Repository signature key 0xFE0FEAE5AC483A86 expired on April 19th

Open eickeh opened this issue 9 months ago • 5 comments

Describe the bug APT update fails because the fusiondirectory signature key expired again:

W: Failed to fetch https://public.fusiondirectory.org/debian/fusiondirectory-integrator/dists/bullseye/InRelease  The following signatures were invalid: EXPKEYSIG FE0FEAE5AC483A86 FusionDirectory Packages Signing Key <[email protected]>

$> gpg -v /usr/share/keyrings/FD-archive-key
gpg: WARNING: no command supplied.  Trying to guess what you mean ...
gpg: Note: signature key FE0FEAE5AC483A86 expired Fri 19 Apr 2024 10:44:58 AM CEST
pub   rsa4096 2019-07-30 [SC] [expired: 2024-04-19]
      C3A287F0C5805909519632E7FE0FEAE5AC483A86
uid           FusionDirectory Packages Signing Key <[email protected]>
sig        FE0FEAE5AC483A86 2021-04-20   [selfsig]
sub   rsa4096 2019-07-30 [E] [expired: 2024-04-19]
sig        FE0FEAE5AC483A86 2021-04-20   [keybind]

To Reproduce Steps to reproduce the behavior:

  1. Install fusiondirectory apt repo
  2. perform apt update

Expected behavior Repo is signed with valid key and apt updates runs without error :D

eickeh avatar May 05 '24 09:05 eickeh