commit 4298a4247803482724c0b02627336cb7760c4cb7 parent 90e5c190dacc8f96d2a584127ba355ee99d6887d Author: Alex Balgavy <a.balgavy@gmail.com> Date: Sat, 31 Oct 2020 12:32:25 +0100 gnupg: config file Former-commit-id: 816f1c9a042c1cfc5325ece4ee0f3bbe2118a0c2 Diffstat:
M | .gitignore | | | 2 | ++ |
M | dot.map | | | 1 | + |
A | gnupg/gpg.conf | | | 19 | +++++++++++++++++++ |
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -13,3 +13,5 @@ w3m/* !w3m/mailcap !w3m/keymap mutt/secret +gnupg/* +!gnupg/gpg.conf diff --git a/dot.map b/dot.map @@ -42,6 +42,7 @@ scim/scimrc: ~/.config/scimrc mutt: ~/.config/mutt mbsync: ~/.config/mbsync urlview/urlview: ~/.urlview +gnupg: ~/.config/gnupg # Config: X server (Linux) xinitrc: ~/.xinitrc diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf @@ -0,0 +1,19 @@ +keyid-format 0xLONG +keyserver pool.sks-keyservers.net +charset utf-8 +cert-digest-algo SHA512 +default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed +bzip2-compress-level 9 +compress-level 9 +personal-compress-preferences BZIP2 ZIP ZLIB +personal-cipher-preferences AES256 TWOFISH AES192 BLOWFISH AES CAST5 +personal-digest-preferences SHA512 SHA384 SHA256 SHA224 +require-cross-certification +no-emit-version +no-comments +with-fingerprint +list-options show-policy-url show-user-notations show-sig-expire +list-options show-uid-validity +default-recipient-self +keyserver-options auto-key-retrieve +keyserver-options no-honor-keyserver-url