summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgnupg/.gnupg/gpg-agent.conf4
-rwxr-xr-xgnupg/.gnupg/gpg.conf25
2 files changed, 29 insertions, 0 deletions
diff --git a/gnupg/.gnupg/gpg-agent.conf b/gnupg/.gnupg/gpg-agent.conf
new file mode 100755
index 0000000..e10673b
--- /dev/null
+++ b/gnupg/.gnupg/gpg-agent.conf
@@ -0,0 +1,4 @@
+default-cache-ttl 20000
+max-cache-ttl 360000
+enable-ssh-support
+pinentry-program /usr/bin/pinentry-qt
diff --git a/gnupg/.gnupg/gpg.conf b/gnupg/.gnupg/gpg.conf
new file mode 100755
index 0000000..8e32306
--- /dev/null
+++ b/gnupg/.gnupg/gpg.conf
@@ -0,0 +1,25 @@
+# Armor by default
+armor
+
+# My default key
+default-key 716064C0
+
+# Encrypt to myself by default
+default-recipient-self
+
+# Encrypt to myself for mutt (better than fcC_clear)
+encrypt-to 716064C0
+
+# Encoding of metadata
+charset utf-8
+
+# Keyserver to use
+keyserver hkp://keys.gnupg.net
+
+# Use gpg-agent
+use-agent
+
+personal-digest-preferences SHA512
+cert-digest-algo SHA512
+default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
+personal-cipher-preferences TWOFISH CAMELLIA256 AES 3DES