mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
gpg.conf: import-clean for cases like Tails
Context: https://tails.boum.org/install/expert/usb/index.en.html
This commit is contained in:
parent
0130d0b512
commit
4c088c29ea
@ -79,8 +79,12 @@ expert
|
|||||||
#verbose
|
#verbose
|
||||||
#verbose
|
#verbose
|
||||||
|
|
||||||
# Web of trust is dead
|
## Web of Trust is dead
|
||||||
import-options import-minimal
|
# remove unusable signatures, this should allow key verification in cases
|
||||||
|
# like Tails https://tails.boum.org/install/expert/usb/index.en.html
|
||||||
|
import-options import-clean
|
||||||
|
# export the most minimal possible key that only includes the most recent
|
||||||
|
# self-sigs
|
||||||
export-options export-minimal
|
export-options export-minimal
|
||||||
|
|
||||||
# Ask everything
|
# Ask everything
|
||||||
|
@ -79,8 +79,12 @@ expert
|
|||||||
#verbose
|
#verbose
|
||||||
#verbose
|
#verbose
|
||||||
|
|
||||||
# Web of trust is dead
|
## Web of Trust is dead
|
||||||
import-options import-minimal
|
# remove unusable signatures, this should allow key verification in cases
|
||||||
|
# like Tails https://tails.boum.org/install/expert/usb/index.en.html
|
||||||
|
import-options import-clean
|
||||||
|
# export the most minimal possible key that only includes the most recent
|
||||||
|
# self-sigs
|
||||||
export-options export-minimal
|
export-options export-minimal
|
||||||
|
|
||||||
# Ask everything
|
# Ask everything
|
||||||
|
Loading…
Reference in New Issue
Block a user