mirror of
https://github.com/SeanOMik/YubiKey-Guide.git
synced 2025-02-16 21:50:01 +00:00
Use IO rediction for revocation certificate step
This commit is contained in:
parent
c34f78044e
commit
e86af76264
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Consider purchasing a pair and programming both in case of loss or damage.
|
|||
|
||||
## Create revocation certificate
|
||||
|
||||
$ gpg --gen-revoke 0x47FE984F98EE7407 --output $GNUPGHOME/revoke.txt
|
||||
$ gpg --gen-revoke 0x47FE984F98EE7407 > $GNUPGHOME/revoke.txt
|
||||
|
||||
sec 4096R/0x47FE984F98EE7407 2016-01-30 Doctor Duh <drduh@users.noreply.github.com>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue