diff options
Diffstat (limited to 'gnupg')
-rw-r--r-- | gnupg/gpg.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index 6aa561f..5369eaa 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -36,8 +36,8 @@ personal-digest-preferences SHA512 SHA384 SHA256 SHA224 default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 BZIP2 ZLIB ZIP Uncompressed # You should always know at a glance which User IDs gpg thinks are legitimately bound to the keys in your keyring: -verify-options show-uid-validity -list-options show-uid-validity +verify-options show-notations show-uid-validity +list-options show-usage show-policy-urls show-notation show-uid-validity show-sig-expire # when making an OpenPGP certification, use a stronger digest than the default SHA1: cert-digest-algo SHA512 |