mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2025-01-09 06:59:29 -07:00
Improve guide
This commit is contained in:
parent
876f737ed7
commit
cab28d4b7a
1 changed files with 15 additions and 2 deletions
|
@ -2,8 +2,21 @@
|
|||
|
||||
<h3>Claim your Keyoxide profile</h3>
|
||||
|
||||
<p>Have you uploaded your public key to a HKP server like <a href="https://keys.openpgp.org/">keys.openpgp.org</a>? Well, then you are all set, you have a Keyoxide profile, congratulations!</p>
|
||||
<p>Have you made your public key accessible through <strong>web key directory</strong> (WKD) on your website or uploaded it to <a href="https://keys.openpgp.org/">keys.openpgp.org</a>? Congratulations, you now have your very own Keyoxide profile!</p>
|
||||
|
||||
<h3>Link to your Keyoxide profile</h3>
|
||||
|
||||
<p>Append your OpenPGP key's fingerprint to the domain (like <strong>https://keyoxide.org/FINGERPRINT</strong>) and there's your profile page.</p>
|
||||
<p>
|
||||
Append your OpenPGP key's fingerprint to the domain as such:<br>
|
||||
<strong>https://keyoxide.org/FINGERPRINT</strong><br>and there's your profile page with the public key fetched from <a href="https://keys.openpgp.org/">keys.openpgp.org</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you wish to use WKD instead, simply append your email address as such:<br>
|
||||
<strong>https://keyoxide.org/USER@DOMAIN.ORG</strong>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Lastly, if you still wish your key to be fetched from <a href="https://keys.openpgp.org/">keys.openpgp.org</a> but using your email address instead of the key's fingerprint, simply override by using the following URL:<br>
|
||||
<strong>https://keyoxide.org/hkp/USER@DOMAIN.ORG</strong>.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue