2020-06-28 12:14:31 -06:00
|
|
|
<p>Let's add a decentralized Twitter proof to your OpenPGP keys.</p>
|
|
|
|
|
|
|
|
<h3>Post a Twitter proof message</h3>
|
|
|
|
|
|
|
|
<p>Log in to <a href="https://twitter.com">twitter.com</a> and compose a new tweet with the following text (make sure to replace FINGERPRINT):</p>
|
2020-06-30 02:48:36 -06:00
|
|
|
<code>This is an OpenPGP proof that connects my OpenPGP key to this Twitter account.
|
2020-06-30 02:47:25 -06:00
|
|
|
For details check out https://keyoxide.org/guides/openpgp-proofs
|
2020-07-16 04:57:12 -06:00
|
|
|
<br><br>[Verifying my OpenPGP key: openpgp4fpr:FINGERPRINT]</code>
|
2020-06-28 12:14:31 -06:00
|
|
|
|
|
|
|
<p>After posting, copy the link to the tweet.</p>
|
|
|
|
|
|
|
|
<h3>Update the PGP key</h3>
|
|
|
|
|
|
|
|
<p>First, edit the key (make sure to replace FINGERPRINT):</p>
|
|
|
|
<code>gpg --edit-key FINGERPRINT</code>
|
|
|
|
|
|
|
|
<p>Add a new notation:</p>
|
|
|
|
<code>notation</code>
|
|
|
|
|
|
|
|
<p>Enter the notation (make sure to update with the link to the tweet copied above):</p>
|
|
|
|
<code>proof@metacode.biz=https://twitter.com/USERNAME/status/1234567891234567891</code>
|
|
|
|
|
|
|
|
<p>Save the key:</p>
|
|
|
|
<code>save</code>
|
|
|
|
|
2020-06-30 03:38:00 -06:00
|
|
|
<p>Upload the key to WKD or <a href="https://keys.openpgp.org">keys.openpgp.org</a> (make sure to replace FINGERPRINT):</p>
|
2020-06-28 12:14:31 -06:00
|
|
|
<code>gpg --send-keys FINGERPRINT</code>
|
|
|
|
|
|
|
|
<p>And you're done! Reload your profile page, it should now show a verified Twitter account.</p>
|