From cab28d4b7a1688635fc009f86d4f1b735b427e14 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 29 Jun 2020 00:36:35 +0200 Subject: [PATCH] Improve guide --- .../guides/migrating-from-keybase.content.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/pages/guides/migrating-from-keybase.content.html b/pages/guides/migrating-from-keybase.content.html index e4a479d..3aea912 100644 --- a/pages/guides/migrating-from-keybase.content.html +++ b/pages/guides/migrating-from-keybase.content.html @@ -2,8 +2,21 @@

Claim your Keyoxide profile

-

Have you uploaded your public key to a HKP server like keys.openpgp.org? Well, then you are all set, you have a Keyoxide profile, congratulations!

+

Have you made your public key accessible through web key directory (WKD) on your website or uploaded it to keys.openpgp.org? Congratulations, you now have your very own Keyoxide profile!

Link to your Keyoxide profile

-

Append your OpenPGP key's fingerprint to the domain (like https://keyoxide.org/FINGERPRINT) and there's your profile page.

+

+ Append your OpenPGP key's fingerprint to the domain as such:
+ https://keyoxide.org/FINGERPRINT
and there's your profile page with the public key fetched from keys.openpgp.org. +

+ +

+ If you wish to use WKD instead, simply append your email address as such:
+ https://keyoxide.org/USER@DOMAIN.ORG. +

+ +

+ Lastly, if you still wish your key to be fetched from keys.openpgp.org but using your email address instead of the key's fingerprint, simply override by using the following URL:
+ https://keyoxide.org/hkp/USER@DOMAIN.ORG. +