gpg configuration
This commit is contained in:
parent
c6bab279c3
commit
79e73eb9cc
1 changed files with 10 additions and 6 deletions
|
@ -44,18 +44,22 @@ avoid default use of SHA256
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
default-preference-list SHA512 AES256 BZIP2
|
||||||
|
|
||||||
cert-digest-algo SHA512
|
cert-digest-algo SHA512
|
||||||
|
cipher-algo AES256
|
||||||
|
compress-algo BZIP2
|
||||||
|
digest-algo SHA512
|
||||||
|
|
||||||
|
personal-cipher-preferences AES256
|
||||||
personal-digest-preferences SHA512
|
personal-digest-preferences SHA512
|
||||||
personal-cipher-preferences CAMELLIA256 TWOFISH AES256
|
personal-compress-preferences BZIP2
|
||||||
personal-compress-preferences BZIP2 ZLIB ZIP
|
|
||||||
default-preference-list SHA512 CAMELLIA256 TWOFISH AES256 BZIP2 ZLIB ZIP
|
|
||||||
|
|
||||||
keyserver-options include-revoked
|
|
||||||
|
|
||||||
|
|
||||||
with-keygrip
|
with-keygrip
|
||||||
with-subkey-fingerprint
|
with-subkey-fingerprint
|
||||||
|
|
||||||
|
keyserver-options include-revoked
|
||||||
|
|
||||||
avoid DL/UL issues, depending on DNS
|
avoid DL/UL issues, depending on DNS
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue