mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
gpg.conf: note keyserver-options reason + remove old comment
This commit is contained in:
parent
fc4a1c55bf
commit
77344b444e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user