diff options
-rw-r--r-- | tools/gnupg.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/gnupg.html b/tools/gnupg.html index 53ca088..21aedcb 100644 --- a/tools/gnupg.html +++ b/tools/gnupg.html @@ -124,17 +124,19 @@ $ gpg --edit-key UID </pre> - <h3>3.1 Edit key</h3> + <h3>3.1. Edit key</h3> <pre> $ gpg --edit-key KEYID adduid </pre> + <h3>3.2. Revoke key</h3> <p>Follow the instructions and then select the user you want to revoque, where N is the UID of the user;</p> <pre> + $ gpg --edit-key KEYID uid N revuid save @@ -161,7 +163,7 @@ $ gpg --armor --output user.asc --export 'User Name' </pre> - <h3>3.2. Export to keyserver</h3> + <h3>4.2. Export to keyserver</h3> <p>The primary public key's ID is referenced in the pub line after the key size, for example the key created above, @@ -213,7 +215,6 @@ gpg --list-keys justin </pre> - <h2 id="cryptsign">5. Encrypt, decrypt and signing</h2> <h3>5.1. Encrypt file</h3> |