gpg.conf: add list-options show-uid-validity,show-keyring,show-sig-expire
This commit is contained in:
parent
28d15fea4a
commit
b3ad2991f8
|
@ -10,3 +10,8 @@ trust-model tofu+pgp
|
||||||
# don't assign positive trust value first time keys are seen, in case there
|
# don't assign positive trust value first time keys are seen, in case there
|
||||||
# is a trusted key as root for Web of Trust
|
# is a trusted key as root for Web of Trust
|
||||||
tofu-default-policy unknown
|
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
|
||||||
|
|
Loading…
Reference in New Issue