Add gnupg conf files

This commit is contained in:
Alexander Schmidt 2018-05-28 18:48:16 -05:00
parent c9d5583c0b
commit bffe42905d
Signed by: zyeri
GPG Key ID: E065C448BFD41005
3 changed files with 39 additions and 0 deletions

4
.gnupg/dirmngr.conf Normal file
View File

@ -0,0 +1,4 @@
# -*- mode: conf -*-
# vim: set ft=conf :
keyserver hkps://hkps.pool.sks-keyservers.net

9
.gnupg/gpg-agent.conf Normal file
View File

@ -0,0 +1,9 @@
# -*- mode: conf -*-
# vim: set ft=conf :
pinentry-program /usr/bin/pinentry
allow-emacs-pinentry
enable-ssh-support
write-env-file
default-cache-ttl 3600
max-cache-ttl 3600

26
.gnupg/gpg.conf Normal file
View File

@ -0,0 +1,26 @@
# -*- mode: conf -*-
# vim: set ft=conf :
default-recipient-self
require-cross-certification
no-greeting
no-emit-version
no-comments
charset utf-8
use-agent
keyid-format 0xlong
with-fingerprint
list-options show-uid-validity
verify-options show-uid-validity
fixed-list-mode
auto-key-locate keyserver
keyserver-options no-honor-keyserver-url
keyserver-options auto-key-retrieve
personal-cipher-preferences AES256 AES192 AES CAST5
personal-digest-preferences SHA512 SHA384 SHA256 SHA224
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
cert-digest-algo SHA512
s2k-cipher-algo AES256
s2k-digest-algo SHA512