From b42498ea5df878e80d060667bffbf5850eec5c10 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 23 Jul 2023 00:07:46 +0200 Subject: [PATCH] Add gpg cofiguration --- home/.local/share/gnupg/gpg.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/.local/share/gnupg/gpg.conf diff --git a/home/.local/share/gnupg/gpg.conf b/home/.local/share/gnupg/gpg.conf new file mode 100644 index 0000000..0062ffb --- /dev/null +++ b/home/.local/share/gnupg/gpg.conf @@ -0,0 +1,12 @@ +# Avoid information leaked +no-emit-version +no-comments +export-options export-minimal + +# Displays the long format of the ID of the keys and their fingerpritns +keyid-format 0xlong +with-fingerprint + +# Displays the validity of the keys +list-options show-uid-validity +verify-options show-uid-validity