diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-30 19:41:37 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-30 19:41:37 +0200 |
commit | bfebbc4ae9d14f39161405ac110457cbadabb0dc (patch) | |
tree | fb1384787d726201a974f46117bebbfecbb29ba0 | |
parent | 418ee1a7616bb4c82dc18741dd093657768b1e76 (diff) |
Add key fingerprint info
-rw-r--r-- | gpg.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -54,6 +54,14 @@ use in mutt: # specify the signing key (by default it's your first one) gpg --local-user <signing key> --edit-key <key to sign> +## Key Fingerprint/ID + +The long hex fingerprint in `gpg --list-keys` is, as could be expected, a +standardized hash of the key info. + +Sometimes a shorter ID is used -- this is actually a suffix of the full +fingerprint. + ## gpg-agent `gpg-agent` is a daemon that e.g. provides a passphrase cache for GPG. Running |