gnupg: add basic config
This commit is contained in:
parent
fc23fa91a2
commit
6241e95096
2 changed files with 19 additions and 0 deletions
4
gnupg/gpg-agent.conf
Normal file
4
gnupg/gpg-agent.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
enable-ssh-support
|
||||
|
||||
default-cache-ttl 600
|
||||
max-cache-ttl 3600
|
||||
15
gnupg/gpg.conf
Normal file
15
gnupg/gpg.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Don't display the copyright notice.
|
||||
no-greeting
|
||||
|
||||
# use the agent for ssh/etc
|
||||
use-agent
|
||||
|
||||
# key generation
|
||||
personal-cipher-preferences AES256 AES192 AES CAST5
|
||||
personal-digest-preferences SHA512 SHA384 SHA256 SHA224
|
||||
personal-compress-preferences BZIP2 ZLIB ZIP Uncompressed
|
||||
|
||||
# default preferences
|
||||
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 BZIP2 ZLIB ZIP Uncompressed
|
||||
|
||||
cert-digest-algo SHA512
|
||||
Loading…
Add table
Add a link
Reference in a new issue