mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
gpg.conf: declare WoT dead & no-comments
* export-clean & import-clean are now done * my gpg won't output the comments anymore Resolves: #125
This commit is contained in:
parent
4de337722e
commit
0130d0b512
@ -79,9 +79,9 @@ expert
|
|||||||
#verbose
|
#verbose
|
||||||
#verbose
|
#verbose
|
||||||
|
|
||||||
# Teach to be careful with sensitive things by exporting them like everything else
|
# Web of trust is dead
|
||||||
#import-options import-local-sigs import-clean
|
import-options import-minimal
|
||||||
#export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
|
export-options export-minimal
|
||||||
|
|
||||||
# Ask everything
|
# Ask everything
|
||||||
ask-cert-level
|
ask-cert-level
|
||||||
@ -94,8 +94,5 @@ fixed-list-mode
|
|||||||
verify-options show-uid-validity
|
verify-options show-uid-validity
|
||||||
list-options show-uid-validity
|
list-options show-uid-validity
|
||||||
|
|
||||||
# Add comments to things signed/encrypted by gpg
|
# Disable comments
|
||||||
comment Website: https://mikaela.info/
|
no-comments
|
||||||
comment Public key: https://mikaela.info/PGP/0xB2F32B67.txt
|
|
||||||
comment gpg --fetch-keys https://mikaela.info/PGP/0xB2F32B67.txt
|
|
||||||
comment Fingerprint = 2910 4A46 C561 5BF9 78A0 83F2 0C20 7F07 B2F3 2B67
|
|
||||||
|
13
gpg/gpg.conf
13
gpg/gpg.conf
@ -79,9 +79,9 @@ expert
|
|||||||
#verbose
|
#verbose
|
||||||
#verbose
|
#verbose
|
||||||
|
|
||||||
# Teach to be careful with sensitive things by exporting them like everything else
|
# Web of trust is dead
|
||||||
#import-options import-local-sigs import-clean
|
import-options import-minimal
|
||||||
#export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
|
export-options export-minimal
|
||||||
|
|
||||||
# Ask everything
|
# Ask everything
|
||||||
ask-cert-level
|
ask-cert-level
|
||||||
@ -94,8 +94,5 @@ fixed-list-mode
|
|||||||
verify-options show-uid-validity
|
verify-options show-uid-validity
|
||||||
list-options show-uid-validity
|
list-options show-uid-validity
|
||||||
|
|
||||||
# Add comments to things signed/encrypted by gpg
|
# Disable comments
|
||||||
#comment Website: https://mikaela.info/ # MIKAELA_GREP MIKAELA_GREP_GPG
|
no-comments
|
||||||
#comment Public key: https://mikaela.info/PGP/0xB2F32B67.txt # MIKAELA_GREP MIKAELA_GREP_GPG
|
|
||||||
#comment gpg --fetch-keys https://mikaela.info/PGP/0xB2F32B67.txt # MIKAELA_GREP MIKAELA_GREP_GPG
|
|
||||||
#comment Fingerprint = 2910 4A46 C561 5BF9 78A0 83F2 0C20 7F07 B2F3 2B67 # MIKAELA_GREP MIKAELA_GREP_GPG
|
|
||||||
|
Loading…
Reference in New Issue
Block a user