gpg.conf: restore encrypt-to lines

This commit is contained in:
Aminda Suomalainen 2019-12-11 12:46:06 +02:00
parent 7658e354ba
commit 4b09dd466e
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 10 additions and 8 deletions

View File

@ -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

View File

@ -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