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