mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19: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
|
||||
|
||||
# Web of trust is dead
|
||||
import-options import-minimal
|
||||
## Web of Trust is dead
|
||||
# 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
|
||||
|
||||
# Ask everything
|
||||
|
@ -79,8 +79,12 @@ expert
|
||||
#verbose
|
||||
#verbose
|
||||
|
||||
# Web of trust is dead
|
||||
import-options import-minimal
|
||||
## Web of Trust is dead
|
||||
# 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
|
||||
|
||||
# Ask everything
|
||||
|
Loading…
Reference in New Issue
Block a user