Using keyoxide.org
+ Migrating from Keybase+ +
Adding proofs
+ Adding a DNS proof+ Adding a Mastodon proof
+ Adding a Twitter proof
+ Adding a Hackernews proof
+ Adding a Reddit proof
+ Adding a Github proof
+
From caa43ce8afb0e7851d7266430b54a3466ff25089 Mon Sep 17 00:00:00 2001
From: Yarmo Mackenbach Let's add a decentralized DNS proof to your OpenPGP keys. Add the following TXT record to the DNS records of the (sub)domain you want to prove control over (make sure to replace FINGERPRINT): No specific TTL value is required. First, edit the key (make sure to replace FINGERPRINT): Add a new notation: Enter the notation (make sure to replace DOMAIN, don't include https://): Save the key: Upload the key to the HKP servers (make sure to replace FINGERPRINT): And you're done! Reload your profile page, it should now show a verified domain. Let's add a decentralized Github proof to your OpenPGP keys. Log in to github.com and click on New gist. Name the file openpgp.md and copy the following content into it (make sure to replace FINGERPRINT and USERNAME): After creating a public gist, copy the link to the gist. First, edit the key (make sure to replace FINGERPRINT): Add a new notation: Enter the notation (make sure to update with the link to the post copied above): Save the key: Upload the key to the HKP servers (make sure to replace FINGERPRINT): And you're done! Reload your profile page, it should now show a verified Github account. Let's add a decentralized Hackernews proof to your OpenPGP keys. Log in to Hackernews and click on your username. Add the following lines to your about (make sure to replace FINGERPRINT): First, edit the key (make sure to replace FINGERPRINT): Add a new notation: Enter the notation (make sure to replace USERNAME): Save the key: Upload the key to the HKP servers (make sure to replace FINGERPRINT): And you're done! Reload your profile page, it should now show a verified Hackernews account. Let's add a decentralized Mastodon proof to your OpenPGP keys. Log in to your Mastodon instance and click on Edit profile. Add a new item under Profile metadata with the label OpenPGP and your PGP fingerprint as the content. First, edit the key (make sure to replace FINGERPRINT): Add a new notation: Enter the notation (make sure to update the link): Save the key: Upload the key to the HKP servers (make sure to replace FINGERPRINT): And you're done! Reload your profile page, it should now show a verified Mastodon account. Let's see how easy it is to get a Keyoxide profile when you already have a Keybase account. 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! Append your OpenPGP key's fingerprint to the domain (like https://keyoxide.org/FINGERPRINT) and there's your profile page. Let's add a decentralized Reddit proof to your OpenPGP keys. Log in to www.reddit.com and compose a new tweet with the following text (make sure to replace FINGERPRINT): After posting, copy the link to the post. First, edit the key (make sure to replace FINGERPRINT): Add a new notation: Enter the notation (make sure to update with the link to the post copied above): Save the key: Upload the key to the HKP servers (make sure to replace FINGERPRINT): And you're done! Reload your profile page, it should now show a verified Reddit account. Let's add a decentralized Twitter proof to your OpenPGP keys. Log in to twitter.com and compose a new tweet with the following text (make sure to replace FINGERPRINT): After posting, copy the link to the tweet. First, edit the key (make sure to replace FINGERPRINT): Add a new notation: Enter the notation (make sure to update with the link to the tweet copied above): Save the key: Upload the key to the HKP servers (make sure to replace FINGERPRINT): And you're done! Reload your profile page, it should now show a verified Twitter account.Guides
+ Using keyoxide.org
+ Migrating from Keybase
+
+ Adding proofs
+ Adding a DNS proof
+ Adding a Mastodon proof
+ Adding a Twitter proof
+ Adding a Hackernews proof
+ Adding a Reddit proof
+ Adding a Github proof
+ Update DNS records for your website
+
+
+openpgp4fpr:FINGERPRINT
+
+
+Update the PGP key
+
+gpg --edit-key FINGERPRINT
+
+notation
+
+proof@metacode.biz=dns:DOMAIN?type=TXT
+
+save
+
+gpg --send-keys FINGERPRINT
+
+Post a Github proof message
+
+
+This is an OpenPGP proof that connects [my OpenPGP key](https://keyoxide.org/FINGERPRINT) to [this Github account](https://github.com/USERNAME).
+For details check out https://keyoxide.org/guides/proofs
+
+
+
[Verifying my OpenPGP key: openpgp4fpr:FINGERPRINT]
+Update the PGP key
+
+gpg --edit-key FINGERPRINT
+
+notation
+
+proof@metacode.biz=https://gist.github.com/USERNAME/12345678912345678912345678912345
+
+save
+
+gpg --send-keys FINGERPRINT
+
+Update the Hackernews account
+
+
+This is an OpenPGP proof that connects my OpenPGP key to this Hackernews account.
+For details check out https://keyoxide.org/guides/proofs
+
+
+
[Verifying my OpenPGP key: openpgp4fpr:FINGERPRINT]
+Update the PGP key
+
+gpg --edit-key FINGERPRINT
+
+notation
+
+proof@metacode.biz=https://news.ycombinator.com/user?id=USERNAME
+
+save
+
+gpg --send-keys FINGERPRINT
+
+Update the Mastodon account
+
+Update the PGP key
+
+gpg --edit-key FINGERPRINT
+
+notation
+
+proof@metacode.biz=https://INSTANCE.ORG/@USERNAME
+
+save
+
+gpg --send-keys FINGERPRINT
+
+Claim your Keyoxide profile
+
+Link to your Keyoxide profile
+
+Post a Reddit proof message
+
+
+This is an OpenPGP proof that connects my OpenPGP key to this Reddit account.
+For details check out https://keyoxide.org/guides/proofs
+
+
+
[Verifying my OpenPGP key: openpgp4fpr:FINGERPRINT]
+Update the PGP key
+
+gpg --edit-key FINGERPRINT
+
+notation
+
+proof@metacode.biz=https://www.reddit.com/user/USERNAME/comments/123123/TITLE/
+
+save
+
+gpg --send-keys FINGERPRINT
+
+Post a Twitter proof message
+
+
+This is an OpenPGP proof that connects my OpenPGP key to this Twitter account.
+For details check out https://keyoxide.org/guides/proofs
+
+
+
[Verifying my OpenPGP key: openpgp4fpr:FINGERPRINT]
+Update the PGP key
+
+gpg --edit-key FINGERPRINT
+
+notation
+
+proof@metacode.biz=https://twitter.com/USERNAME/status/1234567891234567891
+
+save
+
+gpg --send-keys FINGERPRINT
+
+
Keyoxide is a lightweight and FOSS solution to make basic cryptography operations accessible to regular humans.
-Read more in the FAQ.
Made by Yarmo Mackenbach.
diff --git a/pages/template.html b/pages/template.html
new file mode 100644
index 0000000..0ed5a10
--- /dev/null
+++ b/pages/template.html
@@ -0,0 +1,42 @@
+
+
+