From 4b09dd466ebc149106a70204cd69d4db198789e7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 11 Dec 2019 12:46:06 +0200 Subject: [PATCH] gpg.conf: restore encrypt-to lines --- .mikaela/gpg.conf | 9 +++++---- gpg/gpg.conf | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 3ef3c5ed..dfa16f02 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -20,12 +20,16 @@ # # See the man page for a list of options. -# Use my key by default +# Use my key by default, trusted-key puts it to ultimate trust even if the +# private key is not present and default-recepient-self is not enough for +# gpg --encrypt -r local-user 0x99392F62BAE30723 trusted-key 0x99392F62BAE30723 +encrypt-to 0x99392F62BAE30723 # WTOP #local-user 0xDC189FE6FA9BD685 #trusted-key 0xDC189FE6FA9BD685 +#encrypt-to 0xDC189FE6FA9BD685 # Ignore preferred keyserver and also import non-self-sigs keyserver-options no-honor-keyserver-url,no-self-sigs-only @@ -44,9 +48,6 @@ auto-key-locate local,wkd,dane # Encrypt to sender's key by default default-recipient-self -# I don't think there is point in "encrypt-to 0xOWNKEYID, because there -# is the default-recipient-self above. - # Use UTF-8 charset charset UTF-8 display-charset utf-8 diff --git a/gpg/gpg.conf b/gpg/gpg.conf index 173d9a5a..ff7bbf95 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -20,13 +20,17 @@ # # See the man page for a list of options. -# Use my key by default +# Use my key by default, trusted-key puts it to ultimate trust even if the +# private key is not present and default-recepient-self is not enough for +# gpg --encrypt -r #local-user 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG #trusted-key 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG +#encrypt-to 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG # WTOP #local-user 0xDC189FE6FA9BD685 # MIKAELA_GREP # MIKAELA_GREP_GPG #trusted-key 0xDC189FE6FA9BD685 # MIKAELA_GREP # MIKAELA_GREP_GPG +#encrypt-to 0xDC189FE6FA9BD685 # MIKAELA_GREP # MIKAELA_GREP_GPG # Ignore preferred keyserver and also import non-self-sigs keyserver-options no-honor-keyserver-url,no-self-sigs-only @@ -46,9 +50,6 @@ auto-key-locate local,wkd,dane # Encrypt to sender's key by default default-recipient-self -# I don't think there is point in "encrypt-to 0xOWNKEYID, because there -# is the default-recipient-self above. - # Use UTF-8 charset charset UTF-8 display-charset utf-8