aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-08-16 00:04:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-08-16 00:04:28 +1200
commit9295c64a162ca533cd8514b4bf6e6f6977c9fdce (patch)
tree04a8ae95971f9e36ec5b29edad0ecc153cb7beb3
parentUse Tor for GnuPG key retrieval (diff)
downloaddotfiles-9295c64a162ca533cd8514b4bf6e6f6977c9fdce.tar.gz
dotfiles-9295c64a162ca533cd8514b4bf6e6f6977c9fdce.zip
Restore fingerprints-only GnuPG configuration
-rw-r--r--gnupg/gpg.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf
index 96868715..1492fd68 100644
--- a/gnupg/gpg.conf
+++ b/gnupg/gpg.conf
@@ -1,5 +1,11 @@
# Assume I mean to encrypt to myself if no recipient is specified
default-recipient-self
+# Don't use key IDs in listings, just show full fingerprints
+keyid-format none
+
# Suppress the copyright message
no-greeting
+
+# Show fingerprints where they might not otherwise appear
+with-fingerprint