SKS-Keyserver / sks-keyserver

OpenPGP keyserver
GNU General Public License v2.0
135 stars 15 forks source link

Key isn't found after adding #76

Closed ygrek closed 4 years ago

ygrek commented 4 years ago

Original report by Anonymous.


I don't know if this is the right problem, but I'm super lost on this. I wanted to open a pr on a project which requires signed commits. So I signed the commit using my key

[user@personal builder-archlinux]$ gpg --fingerprint lennivh24@gmail.com
pub   rsa4096 2019-12-31 [SC] [expires: 2024-12-29]
      B240 9793 19AA BCDA 9463  B2DD E5BD E2EC F1CD 66F0
uid           [ unknown] Leonard von Hagen (Default key) <lennivh24@gmail.com>
sub   rsa4096 2019-12-31 [E] [expires: 2024-12-29]

I guess my key id is F1CD66F0, so I did

[user@personal builder-archlinux]$ gpg --armor --export F1CD66F0
-----BEGIN PGP PUBLIC KEY BLOCK-----
bla bla bla
-----END PGP PUBLIC KEY BLOCK-----

And pasted the entire public key block into Submit a key on https://keyserver.2ndquadrant.com/ . However if I search for either F1CD66F0 or B240 9793 19AA BCDA 9463 B2DD E5BD E2EC F1CD 66F0 it will not find my key. It will only work, if I enter my email address. What am I missing?

ygrek commented 4 years ago

Original comment by ygrek (Bitbucket: f_x, ).


this key is found now with gpg --search-keys F1CD66F0