2020-06-28 12:14:31 -06:00
|
|
|
<p>Let's add a decentralized Github proof to your OpenPGP keys.</p>
|
|
|
|
|
|
|
|
<h3>Post a Github proof message</h3>
|
|
|
|
|
|
|
|
<p>Log in to <a href="https://github.com">github.com</a> and click on <strong>New gist</strong>.</p>
|
|
|
|
|
|
|
|
<p>Name the file <strong>openpgp.md</strong> and copy the following content into it (make sure to replace FINGERPRINT and USERNAME):</p>
|
2020-06-30 02:48:36 -06:00
|
|
|
<code>This is an OpenPGP proof that connects [my OpenPGP key](https://keyoxide.org/FINGERPRINT) to [this Github account](https://github.com/USERNAME).
|
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 creating a public gist, copy the link to the gist.</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 post copied above):</p>
|
|
|
|
<code>proof@metacode.biz=https://gist.github.com/USERNAME/12345678912345678912345678912345</code>
|
|
|
|
|
|
|
|
<p>Save the key:</p>
|
|
|
|
<code>save</code>
|
|
|
|
|
2020-07-16 12:00:15 -06:00
|
|
|
<p>Upload the key to WKD or use the following command to upload the key to <a href="https://keys.openpgp.org">keys.openpgp.org</a> (make sure to replace FINGERPRINT):</p>
|
|
|
|
<code>gpg --keyserver hkps://keys.openpgp.org --send-keys FINGERPRINT</code>
|
2020-06-28 12:14:31 -06:00
|
|
|
|
|
|
|
<p>And you're done! Reload your profile page, it should now show a verified Github account.</p>
|