summaryrefslogtreecommitdiffstats
path: root/.gnupg
diff options
context:
space:
mode:
Diffstat (limited to '.gnupg')
-rw-r--r--.gnupg/gpg-agent.conf4
-rw-r--r--.gnupg/gpg.conf12
2 files changed, 16 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf
new file mode 100644
index 0000000..f584310
--- /dev/null
+++ b/.gnupg/gpg-agent.conf
@@ -0,0 +1,4 @@
+pinentry-program /usr/bin/pinentry
+no-grab
+default-cache-ttl 1800
+enable-ssh-support
diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf
new file mode 100644
index 0000000..c025172
--- /dev/null
+++ b/.gnupg/gpg.conf
@@ -0,0 +1,12 @@
+use-agent
+utf8-strings
+fixed-list-mode
+keyid-format 0xlong
+personal-digest-preferences SHA512 SHA384 SHA256 SHA224
+default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 BZIP2 ZLIB ZIP Uncompressed
+verify-options show-uid-validity
+list-options show-uid-validity
+sig-notation issuer-fpr@notations.openpgp.fifthhorseman.net=%g
+cert-digest-algo SHA512
+s2k-cipher-algo AES256
+s2k-digest-algo SHA512