1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-06-02 08:20:50 +00:00

Merge pull request #31 from brendan-rius/patch-1

Make hkt respect custom $GNUPGHOME
This commit is contained in:
drduh 2017-08-14 10:10:12 -07:00 committed by GitHub
commit cedcac7a50

View File

@ -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.