Add gnupg.
This commit is contained in:
5
gnupg/dirmngr.conf
Normal file
5
gnupg/dirmngr.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
keyserver hkps://hkps.pool.sks-keyservers.net
|
||||
hkp-cacert ~/.gnupg/sks-keyservers.netCA.pem
|
||||
|
||||
disable-ldap
|
||||
disable-http
|
||||
9
gnupg/gpg-agent.conf
Normal file
9
gnupg/gpg-agent.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
default-cache-ttl 3600
|
||||
default-cache-ttl-ssh 3600
|
||||
|
||||
max-cache-ttl 86400
|
||||
max-cache-ttl-ssh 86400
|
||||
|
||||
enable-ssh-support
|
||||
|
||||
pinentry-program /usr/bin/pinentry-qt
|
||||
26
gnupg/gpg.conf
Normal file
26
gnupg/gpg.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
openpgp
|
||||
|
||||
no-greeting
|
||||
|
||||
no-comments
|
||||
no-emit-version
|
||||
|
||||
keyid-format 0xlong
|
||||
with-fingerprint
|
||||
|
||||
no-escape-from-lines
|
||||
|
||||
display-charset utf-8
|
||||
|
||||
fixed-list-mode
|
||||
|
||||
verify-options show-uid-validity
|
||||
list-options show-uid-validity
|
||||
|
||||
no-mangle-dos-filenames
|
||||
|
||||
keyserver-options no-honor-keyserver-url no-auto-key-retrieve
|
||||
|
||||
personal-digest-preferences SHA512 SHA384 SHA256
|
||||
cert-digest-algo SHA512
|
||||
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
|
||||
Reference in New Issue
Block a user