On 04/05/2026 15:18, Michel Verdier wrote:
Le 4 mai 2026 bidons a écrit :

Mais le paquet debian-archive-keyring est déjà installé. J'ai tenté

for f in /usr/share/keyrings/*.gpg; do gpg --list-packets "$f" | grep "DF9B9";
done

Il faut chercher la fin du keyid et non le début

$ for f in /usr/share/keyrings/*.gpg; do if gpg --list-packets "$f" | grep -qsi 
"4BE9B" ; then echo $f ; fi ; done
/usr/share/keyrings/debian-role-keys.gpg

le keyid correspond au user ID
"Debian Testing CDs Automatic Signing Key <[email protected]>"

$ gpg --no-default-keyring --keyring /usr/share/keyrings/debian-role-keys.gpg --verify SHA512SUMS.sign SHA512SUMS
gpg: Signature made Sat 14 Mar 2026 18:41:59 CET
gpg:                using RSA key DF9B9C49EAA9298432589D76DA87E80D6294BE9B
gpg: Good signature from "Debian CD signing key <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: DF9B 9C49 EAA9 2984 3258  9D76 DA87 E80D 6294 BE9B

Merci pour vos retours

Répondre à