Added gpg conf
This commit is contained in:
parent
7e4fa6838b
commit
b05f82ca6d
1 changed files with 23 additions and 0 deletions
23
.config/gnupg/gpg.conf
Normal file
23
.config/gnupg/gpg.conf
Normal file
|
@ -0,0 +1,23 @@
|
|||
auto-key-locate keyserver
|
||||
keyserver hkps://hkps.pool.sks-keyservers.net
|
||||
keyserver-options no-honor-keyserver-url
|
||||
keyserver-options ca-cert-file=/etc/sks-keyservers.netCA.pem
|
||||
|
||||
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-digest-algo SHA512
|
||||
s2k-cipher-algo AES256
|
||||
|
||||
charset utf-8
|
||||
fixed-list-mode
|
||||
no-comments
|
||||
no-emit-version
|
||||
keyid-format 0xlong
|
||||
list-options show-uid-validity
|
||||
verify-options show-uid-validity
|
||||
with-fingerprint
|
||||
require-cross-certification
|
||||
|
||||
use-agent
|
Loading…
Reference in a new issue