gpg.conf: note keyserver-options reason + remove old comment

This commit is contained in:
Aminda Suomalainen 2019-12-06 19:44:49 +02:00
parent fc4a1c55bf
commit 77344b444e
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 7 additions and 4 deletions

View File

@ -26,6 +26,9 @@ default-key 0x99392F62BAE30723
#default-key 0xDC189FE6FA9BD685
# Ignore preferred keyserver, remove signatures from keys not in keyring
# import clean as it may be better for WoT than self-sigs-only and I
# am not setting import/export options in fear of removing signatures
# useful to other people in public keys that multiple people are touching.
keyserver-options no-honor-keyserver-url import-clean
# Try to automatically find keys from local/wkd if key for email address isn't found, but we are encrypting to email address.
@ -49,8 +52,6 @@ use-agent
# Do everything in ASCII format by default instead of binary
armor
# Note to self: import-clean = delete signatures from unknown keys || import-minimal = remove all signatures from keys.
# Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string.
keyid-format 0xLONG
with-fingerprint

View File

@ -26,12 +26,16 @@
#default-key 0xDC189FE6FA9BD685 # MIKAELA_GREP # MIKAELA_GREP_GPG
# Ignore preferred keyserver, remove signatures from keys not in keyring
# import clean as it may be better for WoT than self-sigs-only and I
# am not setting import/export options in fear of removing signatures
# useful to other people in public keys that multiple people are touching.
keyserver-options no-honor-keyserver-url import-clean
# 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
# Encrypt to sender's key by default
default-recipient-self
@ -48,8 +52,6 @@ use-agent
# Do everything in ASCII format by default instead of binary
armor
# Note to self: import-clean = delete signatures from unknown keys || import-minimal = remove all signatures from keys.
# Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string.
keyid-format 0xLONG
with-fingerprint