From 7658e354ba2c010bd3794b3bbc42b7363b68e10b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 8 Dec 2019 11:53:16 +0200 Subject: [PATCH] gpg.conf: enable dane key locating --- .mikaela/gpg.conf | 2 +- gpg/gpg.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 6784aa2a..3ef3c5ed 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -39,7 +39,7 @@ keyserver-options no-honor-keyserver-url,no-self-sigs-only # 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 +auto-key-locate local,wkd,dane # Encrypt to sender's key by default default-recipient-self diff --git a/gpg/gpg.conf b/gpg/gpg.conf index eea904e0..173d9a5a 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -40,7 +40,7 @@ keyserver-options no-honor-keyserver-url,no-self-sigs-only # 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 +auto-key-locate local,wkd,dane # Encrypt to sender's key by default