From fc886a0aa6787ce9641c1ae35c6ad34c28149780 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 31 Mar 2014 13:14:57 +1300 Subject: Do PKA lookups for keys --- gnupg/gpg.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnupg') diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index 1ea3b6d1..2baa68cb 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -1,3 +1,6 @@ +# Retrieve certs automatically if possible +auto-key-locate cert pka + # Prevent boilerplate about needing key decryption, which is handled by the # agent; the gpg function in my Bash scripts overrides this for certain # commands where it interferes @@ -42,7 +45,7 @@ quiet use-agent # Include trust/validity for UIDs when verifying signatures -verify-options show-uid-validity +verify-options pka-lookups show-uid-validity # Assume "yes" is the answer to most questions, that is, don't keep asking me # to confirm something I've asked to be done -- cgit v1.2.3