From 29328924c0da0344c3d82c7ee37e5494800cac48 Mon Sep 17 00:00:00 2001 From: turret Date: Fri, 25 Aug 2023 10:16:10 -0500 Subject: add my thinkpad\'s dotfiles --- .gnupg/gpg-agent.conf | 4 ++++ .gnupg/gpg.conf | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gnupg/gpg-agent.conf create mode 100644 .gnupg/gpg.conf (limited to '.gnupg') 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 -- cgit v1.2.3