nodejs / release-keys

Node.js release signing keys.
MIT License
12 stars 11 forks source link

Add release key for Juan Arboleda #22

Closed juanarbol closed 1 year ago

juanarbol commented 1 year ago

Refs: https://github.com/nodejs/Release/issues/829 Refs: https://github.com/nodejs/node/pull/46922

juanarbol commented 1 year ago

Is the gpg/pubring.kbx correctly updated? I don't remember doing that in any of the previous onboardings

I think so; this is what I did ./cli.sh add DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7

LZY7977 commented 1 year ago

It seems like that the key is missing a self-signed signature. When I ran gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7, it got following error

gpg: requesting key 0DDBF2B7 from hkps server keys.openpgp.org
gpg: key 0DDBF2B7: no valid user IDs
gpg: this may be caused by a missing self-signature
gpg: Total number processed: 1
gpg:           w/o user IDs: 1
juanarbol commented 1 year ago

It seems like that the key is missing a self-signed signature. When I ran gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7, it got following error

gpg: requesting key 0DDBF2B7 from hkps server keys.openpgp.org
gpg: key 0DDBF2B7: no valid user IDs
gpg: this may be caused by a missing self-signature
gpg: Total number processed: 1
gpg:           w/o user IDs: 1

Could you retry again? I asked some friends, and they had no issues.