From f32a5b4ec55a083f123953c2259d66bbb2841b1b Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Sat, 24 Sep 2016 00:00:29 +0900 Subject: [PATCH] Update gpg config to use SHA512 How dare I don't use SHA512? Signed-off-by: Yongmin Hong --- gpg.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gpg.conf b/gpg.conf index 6ac0ee1..59d24a4 100644 --- a/gpg.conf +++ b/gpg.conf @@ -1,6 +1,7 @@ utf8-strings keyserver hkp://pool.sks-keyservers.net -personal-digest-preferences SHA256 -cert-digest-algo SHA256 + +personal-digest-preferences SHA512 +cert-digest-algo SHA512 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed keyserver-options no-honor-keyserver-url