mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +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
|
#encrypt-to mikaela+digitalents@mikaela.info
|
||||||
|
|
||||||
# Ignore preferred keyserver and also import non-self-sigs
|
# 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
|
# 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
|
# gpg 2.2.17, but there seem to be controversial views on them and I need
|
||||||
# some not-self-sigs with `--fetch-keys`
|
# some not-self-sigs with `--fetch-keys`
|
||||||
|
@ -38,7 +38,10 @@
|
|||||||
#encrypt-to mikaela+digitalents@mikaela.info
|
#encrypt-to mikaela+digitalents@mikaela.info
|
||||||
|
|
||||||
# Ignore preferred keyserver and also import non-self-sigs
|
# 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
|
# 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
|
# gpg 2.2.17, but there seem to be controversial views on them and I need
|
||||||
# some not-self-sigs with `--fetch-keys`
|
# some not-self-sigs with `--fetch-keys`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user