mirror of
https://github.com/SeanOMik/YubiKey-Guide.git
synced 2025-02-16 21:50:01 +00:00
Make hkt respect custom $GNUPGHOME
This commit is contained in:
parent
366830441e
commit
c871adc904
1 changed files with 1 additions and 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue