aboutsummaryrefslogtreecommitdiff
path: root/gnupg
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-29 14:00:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-29 14:00:54 +1300
commit3de9597da74e483e5fc54a812cd5b78e6648c455 (patch)
tree6f4ca03289073ad1d602a8ca25ec44f586d0ddaa /gnupg
parentMerge branch 'release/v0.21.0' (diff)
parentRebuild dotfiles(7) manual page (diff)
downloaddotfiles-3de9597da74e483e5fc54a812cd5b78e6648c455.tar.gz
dotfiles-3de9597da74e483e5fc54a812cd5b78e6648c455.zip
Merge branch 'release/v0.22.0'v0.22.0
* release/v0.22.0: Rebuild dotfiles(7) manual page Bump version number to 0.22.0 Update key fingerprint for finger(1) Use only fingerprints for GnuPG keys Remove --batch option and wrapper for gpg(1)
Diffstat (limited to 'gnupg')
-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 %>