Merge pull request #189 from mmaeusezahl/fix_revocation_command

Fix order of revocation command
pull/190/head
drduh 2020-05-24 17:08:54 +00:00 committed by GitHub
commit 26883ba160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: To create the revocation certificate:
``` console ``` 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. The `revoke.asc` certificate file should be stored (or printed) in a (secondary) place that allows retrieval in case the main backup fails.