diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-09-18 13:08:32 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-09-18 13:08:32 +0200 |
commit | d293b93cbc7becb7603a91ce18d6b1d0fbb54fb2 (patch) | |
tree | 6a12d4c31da3433c8afeafbcc26dd877e513f28a | |
parent | e6f0937525ea7f31443c2100291f75fa9015a92e (diff) | |
download | dotfiles-d293b93cbc7becb7603a91ce18d6b1d0fbb54fb2.tar.gz dotfiles-d293b93cbc7becb7603a91ce18d6b1d0fbb54fb2.tar.bz2 dotfiles-d293b93cbc7becb7603a91ce18d6b1d0fbb54fb2.zip |
gpg config with more key information
-rw-r--r-- | gnupg/gpg.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index 8c9535b..372be0a 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -1,4 +1,7 @@ -with-keygrip +#with-keygrip +with-fingerprint +with-subkey-fingerprint +keyid-format 0xshort ## SHA1 is too weak. ## https://www.schneier.com/blog/archives/2005/02/cryptanalysis_o.html personal-digest-preferences SHA256 |