Update GPG configuration
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bfd29316c3
commit
92336a20f8
1 changed files with 19 additions and 1 deletions
|
@ -237,4 +237,22 @@ use-agent
|
|||
utf8-strings
|
||||
|
||||
personal-cipher-preferences AES256 AES192 AES
|
||||
personal-digest-preferences SHA512 SHA384 SHA256 SHA224
|
||||
personal-digest-preferences SHA512 SHA384 SHA256
|
||||
personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed
|
||||
cert-digest-algo SHA512
|
||||
s2k-digest-algo SHA512
|
||||
s2k-cipher-algo AES256
|
||||
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
|
||||
|
||||
# Disable the passphrase cache used for symmetrical en- and decryption.
|
||||
no-symkey-cache
|
||||
|
||||
# Do not put the recipient key IDs into encrypted messages.
|
||||
throw-keyids
|
||||
|
|
Loading…
Reference in a new issue