From 9026e8035d7d1a20125c52e8876f1aca2d649375 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 6 Dec 2019 20:55:58 +0200 Subject: [PATCH] gpg.conf: add wkd hashes as I seem to use them increasingly often --- .mikaela/gpg.conf | 1 + gpg/gpg.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 9acd701d..461fb4d8 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -59,6 +59,7 @@ armor # Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string. keyid-format 0xLONG with-fingerprint +with-wkd-hash # Ask everything ask-cert-level diff --git a/gpg/gpg.conf b/gpg/gpg.conf index c1b5ef7c..8fe9b2a6 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -59,6 +59,7 @@ armor # Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string. keyid-format 0xLONG with-fingerprint +with-wkd-hash # Ask everything ask-cert-level