diff options
author | drduh <drduh@users.noreply.github.com> | 2017-08-14 10:10:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 10:10:12 -0700 |
commit | cedcac7a506e006a063aee44f06ecf0b1774440e (patch) | |
tree | afbef0da4c449a90c62ec7cd54ed5aad417c1a6b /README.md | |
parent | Merge pull request #25 from dlakomski/master (diff) | |
parent | Make hkt respect custom $GNUPGHOME (diff) | |
download | YubiKey-Guide-cedcac7a506e006a063aee44f06ecf0b1774440e.tar.gz |
Merge pull request #31 from brendan-rius/patch-1
Make hkt respect custom $GNUPGHOME
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |