summaryrefslogtreecommitdiff
path: root/gnupg
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-11-30 22:09:19 +0100
committerUrbain Vaes <urbain@vaes.uk>2017-11-30 22:16:20 +0100
commitb8e547dec5d0f388d4dfd8c1c97d389a3b045d59 (patch)
tree1411dadcb70fe4e833764ad3e2f5d52d2eaf1b25 /gnupg
parent0cbbde22d9aa2bea07dd50c3c2d8fa401990a4a3 (diff)
Check in gpg configuration
Diffstat (limited to 'gnupg')
-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