aboutsummaryrefslogtreecommitdiff
path: root/gnupg/gpg.conf.mi5
diff options
context:
space:
mode:
Diffstat (limited to 'gnupg/gpg.conf.mi5')
-rw-r--r--gnupg/gpg.conf.mi59
1 files changed, 2 insertions, 7 deletions
diff --git a/gnupg/gpg.conf.mi5 b/gnupg/gpg.conf.mi5
index 1617a979..c3f80b7e 100644
--- a/gnupg/gpg.conf.mi5
+++ b/gnupg/gpg.conf.mi5
@@ -1,11 +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
-batch
-
# Use SHA512 as the hash when making key signatures
cert-digest-algo SHA512
@@ -18,8 +13,8 @@ default-recipient-self
# Show complete dates and use proper column separation for --with-colon listing mode
fixed-list-mode
-# Use 16-character key IDs as the default 8-character key IDs can be forged
-keyid-format 0xlong
+# Use only fingerprints as key IDs
+keyid-format none
# Use a pool of servers which support HKPS (encrypted key retrieval)
keyserver <% KEYSERVER %>