From b3ad2991f8f2d2ef5d93630c21db36a3000a4cd1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 10 Feb 2020 23:34:21 +0200 Subject: [PATCH] gpg.conf: add list-options show-uid-validity,show-keyring,show-sig-expire --- .gnupg/gpg.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf index 29575ba..e0ec1af 100644 --- a/.gnupg/gpg.conf +++ b/.gnupg/gpg.conf @@ -10,3 +10,8 @@ trust-model tofu+pgp # don't assign positive trust value first time keys are seen, in case there # is a trusted key as root for Web of Trust tofu-default-policy unknown + +# Display calculated validity, which keyring the keys are from and when +# signatures expire (My signatures generally expire in 2 years or when the +# key expires) +list-options show-uid-validity,show-keyring,show-sig-expire