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:
Aminda Suomalainen 2019-08-01 12:19:44 +03:00
parent 4de337722e
commit 0130d0b512
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 10 additions and 16 deletions

View File

@ -79,9 +79,9 @@ expert
#verbose
#verbose
# Teach to be careful with sensitive things by exporting them like everything else
#import-options import-local-sigs import-clean
#export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
# Web of trust is dead
import-options import-minimal
export-options export-minimal
# Ask everything
ask-cert-level
@ -94,8 +94,5 @@ fixed-list-mode
verify-options show-uid-validity
list-options show-uid-validity
# Add comments to things signed/encrypted by gpg
comment Website: https://mikaela.info/
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
# Disable comments
no-comments

View File

@ -79,9 +79,9 @@ expert
#verbose
#verbose
# Teach to be careful with sensitive things by exporting them like everything else
#import-options import-local-sigs import-clean
#export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
# Web of trust is dead
import-options import-minimal
export-options export-minimal
# Ask everything
ask-cert-level
@ -94,8 +94,5 @@ fixed-list-mode
verify-options show-uid-validity
list-options show-uid-validity
# Add comments to things signed/encrypted by gpg
#comment Website: https://mikaela.info/ # MIKAELA_GREP MIKAELA_GREP_GPG
#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
# Disable comments
no-comments