#1302 missing singing key on https://fedoraproject.org/en/keys
Closed: Fixed None Opened 15 years ago by till.

The webpage https://fedoraproject.org/en/keys does not include the gpg key used to sign the F11 Beta *-CHECKSUM files:

'''
LANG=C gpg --verify *-CHECKSUM
gpg: Signature made Fri Mar 27 23:04:16 2009 CET using RSA key ID D22E77F2
gpg: requesting key D22E77F2 from hkp server subkeys.pgp.net
gpgkeys: key 1DC5C758D22E77F2 not found on keyserver
[...]
'''
But the key D22E77F2 is not mentioned on https://fedoraproject.org/en/keys:

curl --silent https://fedoraproject.org/en/keys | grep D22E77F2


Sorry, I meant to look at the preview first. This is the gpg command I used:

{{{
$ LANG=C gpg --verify *-CHECKSUM
gpg: Signature made Fri Mar 27 23:04:16 2009 CET using RSA key ID D22E77F2
gpg: requesting key D22E77F2 from hkp server subkeys.pgp.net
gpgkeys: key 1DC5C758D22E77F2 not found on keyserver
}}}

ricky has fixed the keys.html page. I've uploaded all the keys to the subkeys.pgp.net keyserver.
Closing.

Login to comment on this ticket.

Metadata