diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index fe19c5d9..2a39dca7 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -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 diff --git a/gpg/gpg.conf b/gpg/gpg.conf index 5aafe8ba..bb335337 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -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