diff options
author | Aleksandr Vinokurov <aleksandr.vinokurov@veon.com> | 2017-09-23 16:45:26 +0200 |
---|---|---|
committer | Aleksandr Vinokurov <aleksandr.vinokurov@veon.com> | 2017-09-23 16:49:48 +0200 |
commit | 9336fc13179c0201929908753666c32967119181 (patch) | |
tree | 269974c52a643db4aa1d48e1fff04c579b4a8505 /README.md | |
parent | Merge pull request #31 from brendan-rius/patch-1 (diff) | |
download | YubiKey-Guide-9336fc13179c0201929908753666c32967119181.tar.gz |
Replace hkt with gpg to fix unsupported GnuPG 2.1
hkt does not support GnuPG 2.1 because it expects gpg pubring.
But the export can be done by gpg itself.
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 --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. |