Hi,
https://forums.debian.net/viewtopic.php?t=159622
https://forums.debian.net/viewtopic.php?t=159622
https://wiki.debian.org/VerifyISOImageBefore importing the key:Code:
$> gpg --verify /tmp/SHA512SUMS.sign /tmp/SHA256SUMSgpg: Signature made Sat Feb 10 21:13:13 2024 CETgpg: using RSA key DF9B9C49EAA9298432589D76DA87E80D6294BE9Bgpg: Can't check signature: No public key
The checksum files SHA256SUMS and SHA512SUMS in the directories with the ISO images like the one for amd64 netinst can be verified by help of the PGP signature files SHA256SUMS.sign and SHA512SUMS.sign by e.g. these two commandsCode:
gpg --keyserver keyring.debian.org --recv-keys DF9B9C49EAA9298432589D76DA87E80D6294BE9Bgpg --with-fingerprint --verify SHA512SUMS.sign SHA512SUMS
Statistics: Posted by strapicarus — 2024-09-27 23:25 — Replies 2 — Views 65