aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorBrendan Rius <brendan.rius@gmail.com>2017-08-13 13:51:15 +0200
committerGitHub <noreply@github.com>2017-08-13 13:51:15 +0200
commitc871adc9044ab95afa8333d3339d2e8b6fd6a746 (patch)
treeafbef0da4c449a90c62ec7cd54ed5aad417c1a6b /README.md
parentMerge pull request #25 from dlakomski/master (diff)
downloadYubiKey-Guide-c871adc9044ab95afa8333d3339d2e8b6fd6a746.tar.gz
Make hkt respect custom $GNUPGHOME
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 5a045c4..e6505f3 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 | hokey lint
+$ hkt export-pubkeys $KEYID --keyring=$GNUPGHOME/pubring.gpg | 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.