diff options
author | turret <turret@duck.com> | 2023-08-25 10:16:10 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-08-25 10:16:10 -0500 |
commit | 29328924c0da0344c3d82c7ee37e5494800cac48 (patch) | |
tree | 870a3808da5f02793bb2797bf1ac6e28dbe12728 /.gnupg/gpg.conf | |
parent | a355dfaad8495f9edb54f6bda2f211ffb726ae54 (diff) | |
download | skel-29328924c0da0344c3d82c7ee37e5494800cac48.tar.gz skel-29328924c0da0344c3d82c7ee37e5494800cac48.tar.bz2 skel-29328924c0da0344c3d82c7ee37e5494800cac48.zip |
add my thinkpad\'s dotfiles
Diffstat (limited to '.gnupg/gpg.conf')
-rw-r--r-- | .gnupg/gpg.conf | 12 |
1 files changed, 12 insertions, 0 deletions
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 |