From 77344b444e75c9c6db600580b21aa0515354b9bb Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 6 Dec 2019 19:44:49 +0200 Subject: [PATCH] gpg.conf: note keyserver-options reason + remove old comment --- .mikaela/gpg.conf | 5 +++-- gpg/gpg.conf | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 85c7b6b3..2b6d35a4 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -26,6 +26,9 @@ default-key 0x99392F62BAE30723 #default-key 0xDC189FE6FA9BD685 # Ignore preferred keyserver, remove signatures from keys not in keyring +# import clean as it may be better for WoT than self-sigs-only and I +# am not setting import/export options in fear of removing signatures +# useful to other people in public keys that multiple people are touching. keyserver-options no-honor-keyserver-url import-clean # Try to automatically find keys from local/wkd if key for email address isn't found, but we are encrypting to email address. @@ -49,8 +52,6 @@ use-agent # Do everything in ASCII format by default instead of binary armor -# Note to self: import-clean = delete signatures from unknown keys || import-minimal = remove all signatures from keys. - # Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string. keyid-format 0xLONG with-fingerprint diff --git a/gpg/gpg.conf b/gpg/gpg.conf index bca56593..f1f9f950 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -26,12 +26,16 @@ #default-key 0xDC189FE6FA9BD685 # MIKAELA_GREP # MIKAELA_GREP_GPG # Ignore preferred keyserver, remove signatures from keys not in keyring +# import clean as it may be better for WoT than self-sigs-only and I +# am not setting import/export options in fear of removing signatures +# useful to other people in public keys that multiple people are touching. keyserver-options no-honor-keyserver-url import-clean # Try to automatically find keys from local/wkd if key for email address isn't found, but we are encrypting to email address. auto-key-retrieve auto-key-locate local,wkd + # Encrypt to sender's key by default default-recipient-self @@ -48,8 +52,6 @@ use-agent # Do everything in ASCII format by default instead of binary armor -# Note to self: import-clean = delete signatures from unknown keys || import-minimal = remove all signatures from keys. - # Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string. keyid-format 0xLONG with-fingerprint