gpg.conf: add the sender option

This commit is contained in:
Aminda Suomalainen 2020-02-26 15:02:27 +02:00
parent ec9206ce5d
commit 99299798cc
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 6 additions and 2 deletions

View File

@ -25,10 +25,12 @@
# gpg --encrypt -r
# local-user/encrypt-to take name according to `man gpg`
local-user mikaela@mikaela.info
# if auto-key-lookup is used, this tells the recepient which WKD to check?
sender mikaela@mikaela.info
# Has to be LONG key instead of fingerprint https://dev.gnupg.org/T4855
trusted-key 0x99392F62BAE30723
encrypt-to mikaela@mikaela.info
# WTOP
# WTOP (see comments above)
#local-user
#trusted-key
#encrypt-to

View File

@ -25,10 +25,12 @@
# gpg --encrypt -r
# local-user/encrypt-to take name according to `man gpg`
#local-user mikaela@mikaela.info # MIKAELA_GREP # MIKAELA_GREP_GPG
# if auto-key-lookup is used, this tells the recepient which WKD to check?
#sender mikaela@mikaela.info # MIKAELA_GREP # MIKAELA_GREP_GPG
# Has to be LONG key instead of fingerprint https://dev.gnupg.org/T4855
#trusted-key 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG
#encrypt-to mikaela@mikaela.info # MIKAELA_GREP # MIKAELA_GREP_GPG
# WTOP
# WTOP (see comments above)
#local-user # MIKAELA_GREP # MIKAELA_GREP_GPG
#trusted-key # MIKAELA_GREP # MIKAELA_GREP_GPG
#encrypt-to # MIKAELA_GREP # MIKAELA_GREP_GPG