mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
gpg: no-import-clean in hopes of avoiding data loss
This commit is contained in:
parent
5347c99b5c
commit
8cf59a52b9
@ -38,7 +38,10 @@ encrypt-to suomalainen@mikaela.info
|
||||
#encrypt-to mikaela+digitalents@mikaela.info
|
||||
|
||||
# Ignore preferred keyserver and also import non-self-sigs
|
||||
keyserver-options no-honor-keyserver-url,no-self-sigs-only
|
||||
# WARNING! DoS hole!
|
||||
keyserver-options no-honor-keyserver-url,no-self-sigs-only,no-import-clean,no-import-minimal
|
||||
import-options no-self-sigs-only,no-import-clean,no-import-minimal
|
||||
|
||||
# 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 need
|
||||
# some not-self-sigs with `--fetch-keys`
|
||||
|
@ -38,7 +38,10 @@
|
||||
#encrypt-to mikaela+digitalents@mikaela.info
|
||||
|
||||
# Ignore preferred keyserver and also import non-self-sigs
|
||||
keyserver-options no-honor-keyserver-url,no-self-sigs-only
|
||||
# WARNING! DoS hole!
|
||||
keyserver-options no-honor-keyserver-url,no-self-sigs-only,no-import-clean,no-import-minimal
|
||||
import-options no-self-sigs-only,no-import-clean,no-import-minimal
|
||||
|
||||
# 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 need
|
||||
# some not-self-sigs with `--fetch-keys`
|
||||
|
Loading…
Reference in New Issue
Block a user