From f0081ce13482d355d5ec824a07544ea449ffd309 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 17 Aug 2019 12:30:59 +1200 Subject: Don't sign binary PGP UIDs --- gnupg/gpg.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index 1492fd68..97c1ca77 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -7,5 +7,8 @@ keyid-format none # Suppress the copyright message no-greeting +# Don't sign pictures or other binary UID data +only-sign-text-ids + # Show fingerprints where they might not otherwise appear with-fingerprint -- cgit v1.2.3