add gnupg config
This commit is contained in:
parent
2a8fd754b5
commit
2e5a5213ae
3 changed files with 23 additions and 0 deletions
7
.gnupg/gpg-agent.conf
Normal file
7
.gnupg/gpg-agent.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
default-cache-ttl 2
|
||||
default-cache-ttl-ssh 5
|
||||
max-cache-ttl 2
|
||||
max-cache-ttl-ssh 30
|
||||
no-allow-external-cache
|
||||
enable-ssh-support
|
||||
ignore-cache-for-signing
|
15
.gnupg/gpg.conf
Executable file
15
.gnupg/gpg.conf
Executable file
|
@ -0,0 +1,15 @@
|
|||
default-key 5FE37FF3C981A9146C3805324205EF53ECE0D2BC
|
||||
photo-viewer giv
|
||||
no-greeting
|
||||
expert
|
||||
no-emit-version
|
||||
cert-digest-algo SHA256
|
||||
no-comments
|
||||
personal-cipher-preferences AES AES256 AES192 CAST5
|
||||
personal-digest-preferences SHA256 SHA512 SHA384 SHA224
|
||||
ignore-time-conflict
|
||||
allow-freeform-uid
|
||||
with-fingerprint
|
||||
keyid-format 0xlong
|
||||
keyserver hkps://keys.openpgp.org
|
||||
keyserver-options no-honor-keyserver-url
|
1
.gnupg/sshcontrol
Normal file
1
.gnupg/sshcontrol
Normal file
|
@ -0,0 +1 @@
|
|||
410655F4BB8595A4FEF546D750E62E8BD10DA98C
|
Loading…
Reference in a new issue