mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
gpg.conf: keyserver-option no-self-sigs-only
Fixes `gpg --fetch-keys` for my workflow plan of attempting to fetch my signatures on keys I trust from somewhat trustworthy place.
This commit is contained in:
parent
ca1bebb094
commit
4be60dbd19
@ -27,11 +27,11 @@ trusted-key 0x99392F62BAE30723
|
||||
#local-user 0xDC189FE6FA9BD685
|
||||
#trusted-key 0xDC189FE6FA9BD685
|
||||
|
||||
# Ignore preferred keyserver
|
||||
keyserver-options no-honor-keyserver-url
|
||||
# Ignore preferred keyserver and also import non-self-sigs
|
||||
keyserver-options no-honor-keyserver-url,no-self-sigs-only
|
||||
# The defaults are apparently self-sigs-only,import-clean starting from
|
||||
# gpg 2.2.17, but there seem to be controversial views on them and I am
|
||||
# not sure what way to go, so I am opting to trust the distribution.
|
||||
# gpg 2.2.17, but there seem to be controversial views on them and I need
|
||||
# some not-self-sigs with `--fetch-keys`
|
||||
# Debian uses self-sigs-only (while I would be fine with import-clean)
|
||||
# * https://dev.gnupg.org/T4628#128513
|
||||
# Arch Linux reverts the change going by no-self-sigs-only,no-import-clean
|
||||
|
@ -28,11 +28,11 @@
|
||||
#local-user 0xDC189FE6FA9BD685 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
||||
#trusted-key 0xDC189FE6FA9BD685 # MIKAELA_GREP # MIKAELA_GREP_GPG
|
||||
|
||||
# Ignore preferred keyserver
|
||||
keyserver-options no-honor-keyserver-url
|
||||
# Ignore preferred keyserver and also import non-self-sigs
|
||||
keyserver-options no-honor-keyserver-url,no-self-sigs-only
|
||||
# The defaults are apparently self-sigs-only,import-clean starting from
|
||||
# gpg 2.2.17, but there seem to be controversial views on them and I am
|
||||
# not sure what way to go, so I am opting to trust the distribution.
|
||||
# gpg 2.2.17, but there seem to be controversial views on them and I need
|
||||
# some not-self-sigs with `--fetch-keys`
|
||||
# Debian uses self-sigs-only (while I would be fine with import-clean)
|
||||
# * https://dev.gnupg.org/T4628#128513
|
||||
# Arch Linux reverts the change going by no-self-sigs-only,no-import-clean
|
||||
|
Loading…
Reference in New Issue
Block a user