From 3e9dd19232e61fdb44371417c0dc05358df11b29 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 30 Jan 2020 20:21:31 +0200 Subject: [PATCH] gpg.conf: disable TOFU's positive trust As I have the pgp-alt-wot repository and am building my own Web of Trust and lsign, I have no reason to have positive trust values. --- .mikaela/gpg.conf | 5 +++-- gpg/gpg.conf | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index dfa16f02..ebebaee7 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -97,6 +97,7 @@ no-emit-version # there are going to be in my keyring, however it's still a centralized # service. trust-model tofu+pgp -# WoT with TOFU’s conflict detection, but without positive trust -#tofu-default-policy unknown +# WoT with TOFU’s conflict detection, but without positive trust. This may +# be better due to https://gitea.blesmrt.net/mikaela/pgp-alt-wot/ and lsign. +tofu-default-policy unknown diff --git a/gpg/gpg.conf b/gpg/gpg.conf index ff7bbf95..65aaa173 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -99,6 +99,7 @@ no-emit-version # there are going to be in my keyring, however it's still a centralized # service. trust-model tofu+pgp -# WoT with TOFU’s conflict detection, but without positive trust -#tofu-default-policy unknown +# WoT with TOFU’s conflict detection, but without positive trust. This may +# be better due to https://gitea.blesmrt.net/mikaela/pgp-alt-wot/ and lsign. +tofu-default-policy unknown