aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnupg/gpg.conf5
1 files changed, 4 insertions, 1 deletions
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