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:
Mikaela Suomalainen 2019-12-10 13:56:55 +02:00
parent ca1bebb094
commit 4be60dbd19
No known key found for this signature in database
GPG Key ID: DC189FE6FA9BD685
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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