diff options
author | Silvino Silva <silvino@bk.ru> | 2016-09-22 02:20:32 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-09-22 02:20:32 +0100 |
commit | 30574da1d494e74a0648152381dad871934fbb68 (patch) | |
tree | 73226e2c0ce7b9fe3a3dbd0c322d47f6853e063c | |
parent | f5558c1bb2c70c590ed7c0730e1c31ffa7a74200 (diff) | |
download | doc-30574da1d494e74a0648152381dad871934fbb68.tar.gz |
tools gnupg document fix
-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> |