From 4c088c29ea2113fc9104807dd4a7e6d3d1555ef7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 1 Aug 2019 14:08:40 +0300 Subject: [PATCH] gpg.conf: import-clean for cases like Tails Context: https://tails.boum.org/install/expert/usb/index.en.html --- .mikaela/gpg.conf | 8 ++++++-- gpg/gpg.conf | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 2a39dca7..530f4b74 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -79,8 +79,12 @@ expert #verbose #verbose -# Web of trust is dead -import-options import-minimal +## Web of Trust is dead +# 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 # Ask everything diff --git a/gpg/gpg.conf b/gpg/gpg.conf index bb335337..68fb81f1 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -79,8 +79,12 @@ expert #verbose #verbose -# Web of trust is dead -import-options import-minimal +## Web of Trust is dead +# 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 # Ask everything