diff options
author | drduh <drduh@users.noreply.github.com> | 2016-02-25 15:28:36 -0500 |
---|---|---|
committer | drduh <drduh@users.noreply.github.com> | 2016-02-25 15:28:36 -0500 |
commit | e86af76264fbe989791bb5d345290912e577ea03 (patch) | |
tree | 3a0915b1a2062ff5ef461ac56a3c4fe58d24fb07 /README.md | |
parent | Fix up formatting. (diff) | |
download | YubiKey-Guide-e86af76264fbe989791bb5d345290912e577ea03.tar.gz |
Use IO rediction for revocation certificate step
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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> |