diff --git a/views/guides/managing-proofs-deleting.content.php b/views/guides/managing-proofs-deleting.content.php index 9eb2a64..1e8c99c 100644 --- a/views/guides/managing-proofs-deleting.content.php +++ b/views/guides/managing-proofs-deleting.content.php @@ -5,13 +5,13 @@

First, edit the key (make sure to replace FINGERPRINT):

gpg --edit-key FINGERPRINT -

Launch the notation prompt

+

Launch the notation prompt:

notation -

Enter the 'none' notation to delete all notations

+

Enter the 'none' notation to delete all notations:

none -

Save the changes

+

Save the changes:

save

Delete one of your proofs

@@ -19,14 +19,16 @@

First, edit the key (make sure to replace FINGERPRINT):

gpg --edit-key FINGERPRINT -

Launch the notation prompt

+

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.

+

Enter the - (minus) symbol 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

+

To make it easier to enter the right proof, you could first list all proofs and simply copy the proof (including "proof@metacode.biz=") you want to delete.

+ +

Save the changes:

save -

Publish your key changes

-

Like adding new proofs, you most probably want to publish your changes to WKD or to a keyserver like keys.openpgp.org +

Upload the key to WKD or use the following command to upload the key to keys.openpgp.org (make sure to replace FINGERPRINT):

+gpg --keyserver hkps://keys.openpgp.org --send-keys FINGERPRINT diff --git a/views/guides/managing-proofs-listing.content.php b/views/guides/managing-proofs-listing.content.php index 329ea35..2765799 100644 --- a/views/guides/managing-proofs-listing.content.php +++ b/views/guides/managing-proofs-listing.content.php @@ -1,14 +1,14 @@ -

Now that we have proofs on our OpenPGP keys, lets list them.

+

Let's list the identity proofs stored in our OpenPGP keys.

Listing notations in GnuPG

First, edit the key (make sure to replace FINGERPRINT):

gpg --edit-key FINGERPRINT -

List detailed prefs:

+

List detailed preferences:

showpref -

You should now see your key details, uid, and proofs assigned to your keys

+

You should now see your key details, uid, and proofs assigned to your keys:

[ultimate] (1). Your Name Cipher: AES256, AES192, AES, 3DES @@ -19,5 +19,5 @@ proof@metacode.biz=dns:yourdomain.org?type=TXT -

Exit gpg

+

Exit gpg:

quit