mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
Add gpg cofiguration
This commit is contained in:
parent
36553763a1
commit
b42498ea5d
12
home/.local/share/gnupg/gpg.conf
Normal file
12
home/.local/share/gnupg/gpg.conf
Normal file
|
@ -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
|
Loading…
Reference in a new issue