aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <drduh@users.noreply.github.com>2017-09-25 09:24:53 -0700
committerGitHub <noreply@github.com>2017-09-25 09:24:53 -0700
commitcd3b89e9a3b94523b0a1d792039979ce437cfe09 (patch)
tree269974c52a643db4aa1d48e1fff04c579b4a8505 /README.md
parentMerge pull request #31 from brendan-rius/patch-1 (diff)
parentReplace hkt with gpg to fix unsupported GnuPG 2.1 (diff)
downloadYubiKey-Guide-cd3b89e9a3b94523b0a1d792039979ce437cfe09.tar.gz
Merge pull request #33 from aleksandr-vin/master
Replace hkt with gpg to fix unsupported GnuPG 2.1
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 e6505f3..692e9a7 100644
--- a/README.md
+++ b/README.md
@@ -483,7 +483,7 @@ Use the automated [key best practice checker](https://riseup.net/en/security/mes
```
$ sudo apt-get install hopenpgp-tools
-$ hkt export-pubkeys $KEYID --keyring=$GNUPGHOME/pubring.gpg | hokey lint
+$ gpg --export $KEYID | hokey lint
```
The output will display any problems with your key in red text. If everything is green, your key passes each of the tests below. If it is red, your key has failed one of the tests.