diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-20 19:22:53 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:38:10 +0200 |
commit | 6e0d6a8168c624bc43ca6be493496d378f671279 (patch) | |
tree | ce03d127be55fe2d61380c1a84a06e42e4bc2441 /gnupg | |
parent | ed2fca4c456825fa2ad67fc79df0b7fbb2549cd7 (diff) | |
download | dotfiles-6e0d6a8168c624bc43ca6be493496d378f671279.tar.xz |
gnupg: Update verify-options/list-options
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
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 |