aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-05-31 19:17:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-05-31 19:17:15 +1200
commita122b35565064b92fba791fa1610511a46ecc74f (patch)
treebc6bf2dcc492bf339f1cbedf895e75946dc87a39
parentRemove unnecessary newsbeuter ignores (diff)
downloaddotfiles-a122b35565064b92fba791fa1610511a46ecc74f.tar.gz
dotfiles-a122b35565064b92fba791fa1610511a46ecc74f.zip
Add GnuPG configuration files
-rw-r--r--.gitignore2
-rw-r--r--gnupg/gpg-agent.conf3
-rw-r--r--gnupg/gpg.conf10
3 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5d827900..dfb04663 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+gnupg/*
+!gnupg/*.conf
mutt/muttrc.alternates
mutt/signature.*
newsbeuter/urls
diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf
new file mode 100644
index 00000000..07e9d0f7
--- /dev/null
+++ b/gnupg/gpg-agent.conf
@@ -0,0 +1,3 @@
+# Cache keys for one hour
+default-cache-ttl 3600
+
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf
new file mode 100644
index 00000000..72c0408d
--- /dev/null
+++ b/gnupg/gpg.conf
@@ -0,0 +1,10 @@
+cert-digest-algo SHA512
+default-key 0x77BB8872
+default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
+default-recipient-self
+keyserver keys.gnupg.net
+keyserver-options auto-key-retrieve
+no-greeting
+personal-digest-preferences SHA512
+use-agent
+