keyoxide-web/views/guides/xmpp.content.php

28 lines
1.2 KiB
PHP
Raw Normal View History

2020-06-30 03:37:12 -06:00
<p>Let's add a decentralized XMPP proof to your OpenPGP keys.</p>
<h3>Add a message to your XMPP vCard</h3>
<p>Using a XMPP client that supports editing the vCard (such as <a href="https://dino.im/">Dino</a> and <a href="https://gajim.org/">Gajim</a>), append the following message to the <strong>About</strong> section (make sure to replace FINGERPRINT):</p>
<code>This is an OpenPGP proof that connects my OpenPGP key to this XMPP account.
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-30 03:37:12 -06:00
<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 replace JABBERID):</p>
<code>proof@metacode.biz=xmpp:JABBERID</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-30 03:37:12 -06:00
<p>And you're done! Reload your profile page, it should now show a XMPP account.</p>