I just wanted to check a small detail about verifying the iso.
I have downloaded the checksum and pgp/gpg files.
but as per
I have run
gpg --with-fingerprint --show-keys --keyid-format long fedora.gpg
Comparing the output to whats listed on the site, the fingerprint should be
ID:rsa4096/31645531 2024-08-10
Fingerprint: C6E7F081CF80E13146676E88829B606631645531
DNS Record:72dec291ea5c80f07dca832be132f5c6cb6d43713ec4843dff82d7ee._openpgpkey.fedoraproject.org
For me the id does not match at all, but the fingerprint does. No dns record is shown for me, Is that expected?
I think the idea is that providing multiple sources for retrieving the keys should make it more difficult for a hacker to fake all the sources and provide false data.
As for the difference in the ID string, that needs to be fixed on the website. The website is showing the short form of the ID (just the last 8 hex digits of the fingerprint).
Edit: Valdislav beat me to figuring out the dig command.