From 9336fc13179c0201929908753666c32967119181 Mon Sep 17 00:00:00 2001 From: Aleksandr Vinokurov Date: Sat, 23 Sep 2017 16:45:26 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6505f3..692e9a7 100644 --- a/README.md +++ b/README.md @@ -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.