diff --git a/views/guides.php b/views/guides.php
index 59d622f..bdb0b82 100644
--- a/views/guides.php
+++ b/views/guides.php
@@ -39,5 +39,11 @@
Feature comparison with Keybase
Migrating from Keybase
+
+
Over time, you may need to delete proofs. Changing proofs can be achieved by deleting proofs and adding new ones.
+ +First, edit the key (make sure to replace FINGERPRINT):
+gpg --edit-key FINGERPRINT
+
+Launch the notation prompt
+notation
+
+Enter the 'none' notation to delete all notations
+none
+
+Save the changes
+save
+
+First, edit the key (make sure to replace FINGERPRINT):
+gpg --edit-key FINGERPRINT
+
+Launch the notation prompt
+notation
+
+In this case, you need to start with - followed by the proof you want to delete. Make sure you type the proof exactly like it is in your key.
+-proof@metacode.biz=dns:yourdomain.org?type=TXT
+
+Save the changes
+save
+
+Like adding new proofs, you most probably want to publish your changes to WKD or to a keyserver like keys.openpgp.org diff --git a/views/guides/managing-proofs-deleting.title.php b/views/guides/managing-proofs-deleting.title.php new file mode 100644 index 0000000..62440b4 --- /dev/null +++ b/views/guides/managing-proofs-deleting.title.php @@ -0,0 +1 @@ +Deleting Proofs using GnuPG diff --git a/views/guides/managing-proofs-listing.content.php b/views/guides/managing-proofs-listing.content.php new file mode 100644 index 0000000..329ea35 --- /dev/null +++ b/views/guides/managing-proofs-listing.content.php @@ -0,0 +1,23 @@ +
Now that we have proofs on our OpenPGP keys, lets list them.
+ +First, edit the key (make sure to replace FINGERPRINT):
+gpg --edit-key FINGERPRINT
+
+List detailed prefs:
+showpref
+
+You should now see your key details, uid, and proofs assigned to your keys
+
+[ultimate] (1). Your Name
+ Cipher: AES256, AES192, AES, 3DES
+ Digest: SHA512, SHA384, SHA256, SHA1
+ Compression: ZLIB, BZIP2, ZIP, Uncompressed
+ Features: MDC, Keyserver no-modify
+ Notations: proof@metacode.biz=https://gist.github.com/youruser/somehash
+ proof@metacode.biz=dns:yourdomain.org?type=TXT
+
+
+Exit gpg
+quit
diff --git a/views/guides/managing-proofs-listing.title.php b/views/guides/managing-proofs-listing.title.php
new file mode 100644
index 0000000..33308f0
--- /dev/null
+++ b/views/guides/managing-proofs-listing.title.php
@@ -0,0 +1 @@
+Listing Proofs using GnuPG