diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. @@ -1704,7 +1704,7 @@ Edit the master key: ```console $ export KEYID=0xFF3E7D88647EBCDB -$ gpg --edit-key $KEYID +$ gpg --expert --edit-key $KEYID Secret key is available [...] |