You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since you've imported a public key, you have to prove you hold the private key. This gpg command signs a statement assigning your public key to your Keybase username.
echo '{"body":{"key":{"fingerprint":"c41da1a2f8befdb2869069fd41830c51027b2cd0","host":"keybase.io","key_id":"41830c51027b2cd0","uid":"7cfe7a73edf6a01e9f3108c39eac9300","username":"mct"},"type":"web_service_binding","version":1},"ctime":1394488869,"expire_in":157680000,"prev":null,"seqno":1,"tag":"signature"}' | gpg -u '41830C51027B2CD0' -a --sign
I run the requested command, and paste in the output of GPG:
Bad signature uploaded: Expected a signature on the payload message
As an aside, it isn't clear to me if any of the information in the JSON blob is intended to be kept confidential, such as perhaps the uid field. I'll task the risk and assume that it's okay for that information to be public. If I'm wrong, please let me know.
-mct
The text was updated successfully, but these errors were encountered:
I'll take a look now. It's only public info in your JSON blob. Other users of the site are verifying that exact info from their clients. Thanks for the feedback.
When attempting to verify my GPG key, I see:
I run the requested command, and paste in the output of GPG:
The website responds with:
As an aside, it isn't clear to me if any of the information in the JSON blob is intended to be kept confidential, such as perhaps the
uid
field. I'll task the risk and assume that it's okay for that information to be public. If I'm wrong, please let me know.-mct
The text was updated successfully, but these errors were encountered: