From f0a768ad1996e5847b431636fc0bd8e504aa603a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 26 Aug 2019 20:35:43 +0300 Subject: [PATCH] gpg.conf: add no-emit-version Closes: #20 --- .mikaela/gpg.conf | 4 ++++ gpg/gpg.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 530f4b74..2c81b376 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -100,3 +100,7 @@ list-options show-uid-validity # Disable comments no-comments + +# Don't output version, small chance of having people put same keys on IPFS +no-emit-version + diff --git a/gpg/gpg.conf b/gpg/gpg.conf index 68fb81f1..7ccaac82 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -100,3 +100,7 @@ list-options show-uid-validity # Disable comments no-comments + +# Don't output version, small chance of having people put same keys on IPFS +no-emit-version +