Merge pull request #33 from aleksandr-vin/master

Replace hkt with gpg to fix unsupported GnuPG 2.1
pull/32/merge
drduh 2017-09-25 09:24:53 -07:00 committed by GitHub
commit cd3b89e9a3
1 changed files with 1 additions and 1 deletions

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