diff options
-rw-r--r-- | gnupg/gpg.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index b7c1e33..3c17a8e 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -42,3 +42,6 @@ list-options show-uid-validity # when making an OpenPGP certification, use a stronger digest than the default SHA1: cert-digest-algo SHA512 + +# don't include the gpg version in the ASCII armored output +no-emit-version |