aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2020-05-24 17:08:54 +0000
committerGitHub <noreply@github.com>2020-05-24 17:08:54 +0000
commit26883ba1608fffd9bebd3678acc37567f352b2f6 (patch)
tree812c2104fbb0d86b833ea6c197db4fddabadae67 /README.md
parentMerge pull request #187 from mikem/rotate-edit-in-expert-mode (diff)
parentFix order of revocation command. (diff)
downloadYubiKey-Guide-26883ba1608fffd9bebd3678acc37567f352b2f6.tar.gz
Merge pull request #189 from mmaeusezahl/fix_revocation_command
Fix order of revocation command
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e60cb39..5d4d55b 100644
--- a/README.md
+++ b/README.md
@@ -881,7 +881,7 @@ Even worse, we cannot advertise this fact in any way to those that are using our
To create the revocation certificate:
``` console
-$ gpg --gen-revoke $KEYID --output $GNUPGHOME/revoke.asc
+$ gpg --output $GNUPGHOME/revoke.asc --gen-revoke $KEYID
```
The `revoke.asc` certificate file should be stored (or printed) in a (secondary) place that allows retrieval in case the main backup fails.