aboutsummaryrefslogtreecommitdiff
path: root/gnupg/.gnupg/gpg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gnupg/.gnupg/gpg.conf')
-rw-r--r--gnupg/.gnupg/gpg.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/gnupg/.gnupg/gpg.conf b/gnupg/.gnupg/gpg.conf
new file mode 100644
index 0000000..ffa0f43
--- /dev/null
+++ b/gnupg/.gnupg/gpg.conf
@@ -0,0 +1,30 @@
+# UTF-8 support for compatibility
+charset utf-8
+
+# No comments in messages
+no-comments
+
+# No version in output
+no-emit-version
+
+# Disable banner
+no-greeting
+
+# Long key id format
+keyid-format 0xlong
+
+# Display UID validity
+list-options show-uid-validity
+verify-options show-uid-validity
+
+# Display all keys and their fingerprints
+with-fingerprint
+
+# Cross-certify subkeys are present and valid
+require-cross-certification
+
+# Disable caching of passphrase for symmetrical ops
+no-symkey-cache
+
+# Enable smartcard
+use-agent