Update gpg config to use SHA512
How dare I don't use SHA512? Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
c93a9476a7
commit
f32a5b4ec5
1 changed files with 3 additions and 2 deletions
5
gpg.conf
5
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
|
||||
|
|
Loading…
Reference in a new issue