From 78d5d9a33ad94e3a6acb40c36dfb358efd8fc86d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 2 Dec 2019 21:18:59 +0200 Subject: [PATCH] gpg.conf: export-minimal -> export-clean Partially reverts 0130d0b512eed31a41df6b29ae8a72e74c255f54 & 4c088c29ea2113fc9104807dd4a7e6d3d1555ef7 It appears that some sort of WoT is still necessary for me and it may not be as dead as I declared it four months ago. --- .mikaela/gpg.conf | 4 +--- gpg/gpg.conf | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index dd3e87b8..30738004 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -88,9 +88,7 @@ expert # remove unusable signatures, this should allow key verification in cases # like Tails https://tails.boum.org/install/expert/usb/index.en.html import-options import-clean -# export the most minimal possible key that only includes the most recent -# self-sigs -export-options export-minimal +export-options export-clean # Ask everything ask-cert-level diff --git a/gpg/gpg.conf b/gpg/gpg.conf index 07da46d2..7841657f 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -87,9 +87,7 @@ expert # remove unusable signatures, this should allow key verification in cases # like Tails https://tails.boum.org/install/expert/usb/index.en.html import-options import-clean -# export the most minimal possible key that only includes the most recent -# self-sigs -export-options export-minimal +export-options export-clean # Ask everything ask-cert-level