From 79e73eb9cc404cd041778458d6be65fd943b4924 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 3 May 2019 17:44:02 +0200 Subject: [PATCH] gpg configuration --- in/public/security/gpg/index.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/in/public/security/gpg/index.rst b/in/public/security/gpg/index.rst index d07fe71..186ee80 100644 --- a/in/public/security/gpg/index.rst +++ b/in/public/security/gpg/index.rst @@ -44,18 +44,22 @@ avoid default use of SHA256 :: + default-preference-list SHA512 AES256 BZIP2 + cert-digest-algo SHA512 + cipher-algo AES256 + compress-algo BZIP2 + digest-algo SHA512 + + personal-cipher-preferences AES256 personal-digest-preferences SHA512 - personal-cipher-preferences CAMELLIA256 TWOFISH AES256 - personal-compress-preferences BZIP2 ZLIB ZIP - default-preference-list SHA512 CAMELLIA256 TWOFISH AES256 BZIP2 ZLIB ZIP - - keyserver-options include-revoked - + personal-compress-preferences BZIP2 with-keygrip with-subkey-fingerprint + keyserver-options include-revoked + avoid DL/UL issues, depending on DNS ------------------------------------