From 0e0cf2f45857bb11afaafef6ce84443a329124c2 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 3 Dec 2019 00:48:35 +0200 Subject: [PATCH] gpg.conf: adjust keyserver-options & auto-key-locate --- .mikaela/gpg.conf | 6 ++++-- gpg/gpg.conf | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 30738004..0771f767 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -22,9 +22,11 @@ #keyserver-options auto-key-retrieve no-include-revoked #import-clean +# Ignore preferred keyserver, clean up imports (as import/export options) +keyserver-options no-honor-keyserver-url import-clean -# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address. -auto-key-locate keyserver +# 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-locate local,wkd # Use my key by default default-key 0x99392F62BAE30723 diff --git a/gpg/gpg.conf b/gpg/gpg.conf index 7841657f..60102dc6 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -22,9 +22,11 @@ #keyserver-options auto-key-retrieve no-include-revoked #import-clean +# Ignore preferred keyserver, clean up imports (as import/export options) +keyserver-options no-honor-keyserver-url import-clean -# Try to automatically find keys from keyserver if key for email address isn't found, but we are encrypting to email address. -auto-key-locate keyserver +# 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-locate local,wkd # Use my key by default #default-key 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG