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 --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?
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
I guess my key id is
F1CD66F0
, so I didAnd 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?