gpg.conf: fix comments + negative trust on TOFU
This commit is contained in:
parent
9112a52a41
commit
28d15fea4a
|
@ -1,10 +1,12 @@
|
||||||
# in case --fetch-keys is used for WoT
|
# block webbug + in case --fetch-keys is used for WoT
|
||||||
keyserver-options no-honor-keyserver-url,no-self-sigs-only
|
keyserver-options no-honor-keyserver-url,no-self-sigs-only
|
||||||
|
|
||||||
# ease key verification with all information
|
# ease key verification with all information
|
||||||
keyid-format 0xLONG
|
keyid-format 0xLONG
|
||||||
with-fingerprint
|
with-fingerprint
|
||||||
|
|
||||||
# (marginal) trust on first use to have statistics on how often the key has
|
# trust on first use to have statistics on how often the key has been seen
|
||||||
# been seen, but still also pgp in case of trusted key(s)
|
|
||||||
trust-model tofu+pgp
|
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
|
||||||
|
|
Loading…
Reference in New Issue