aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-03-31 13:14:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-03-31 13:14:57 +1300
commitfc886a0aa6787ce9641c1ae35c6ad34c28149780 (patch)
treecaacd25e6e5e1b545e16b58c6a352a74d29e6b1d
parentbg completion only for stopped jobs (diff)
downloaddotfiles-fc886a0aa6787ce9641c1ae35c6ad34c28149780.tar.gz
dotfiles-fc886a0aa6787ce9641c1ae35c6ad34c28149780.zip
Do PKA lookups for keys
-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