mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-05-29 10:57:33 +02:00
gpg.conf: restore encrypt-to lines
This commit is contained in:
parent
7658e354ba
commit
4b09dd466e
@ -20,12 +20,16 @@
|
|||||||
#
|
#
|
||||||
# See the man page for a list of options.
|
# 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
|
local-user 0x99392F62BAE30723
|
||||||
trusted-key 0x99392F62BAE30723
|
trusted-key 0x99392F62BAE30723
|
||||||
|
encrypt-to 0x99392F62BAE30723
|
||||||
# WTOP
|
# WTOP
|
||||||
#local-user 0xDC189FE6FA9BD685
|
#local-user 0xDC189FE6FA9BD685
|
||||||
#trusted-key 0xDC189FE6FA9BD685
|
#trusted-key 0xDC189FE6FA9BD685
|
||||||
|
#encrypt-to 0xDC189FE6FA9BD685
|
||||||
|
|
||||||
# Ignore preferred keyserver and also import non-self-sigs
|
# Ignore preferred keyserver and also import non-self-sigs
|
||||||
keyserver-options no-honor-keyserver-url,no-self-sigs-only
|
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
|
# Encrypt to sender's key by default
|
||||||
default-recipient-self
|
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
|
# Use UTF-8 charset
|
||||||
charset UTF-8
|
charset UTF-8
|
||||||
display-charset utf-8
|
display-charset utf-8
|
||||||
|
@ -20,13 +20,17 @@
|
|||||||
#
|
#
|
||||||
# See the man page for a list of options.
|
# 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
|
#local-user 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
||||||
#trusted-key 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
#trusted-key 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
||||||
|
#encrypt-to 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
||||||
|
|
||||||
# WTOP
|
# WTOP
|
||||||
#local-user 0xDC189FE6FA9BD685 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
#local-user 0xDC189FE6FA9BD685 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
||||||
#trusted-key 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
|
# Ignore preferred keyserver and also import non-self-sigs
|
||||||
keyserver-options no-honor-keyserver-url,no-self-sigs-only
|
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
|
# Encrypt to sender's key by default
|
||||||
default-recipient-self
|
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
|
# Use UTF-8 charset
|
||||||
charset UTF-8
|
charset UTF-8
|
||||||
display-charset utf-8
|
display-charset utf-8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user