diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-30 22:09:52 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-30 22:09:52 +0100 |
commit | 98c909eb6a4c93551f6cbf49c360e8a38a271a6a (patch) | |
tree | 0d02dc2d739bc9900bcf6c7f82d8605dc3723f75 /src/tools | |
parent | 69ce6e468264e7f73904625fa65a778dce665645 (diff) | |
download | notes-98c909eb6a4c93551f6cbf49c360e8a38a271a6a.tar.gz notes-98c909eb6a4c93551f6cbf49c360e8a38a271a6a.zip |
gpg: key usage flags
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/gpg.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/gpg.md b/src/tools/gpg.md index 91d5607..8cd082f 100644 --- a/src/tools/gpg.md +++ b/src/tools/gpg.md @@ -110,6 +110,12 @@ gpg --verify <file>.asc <file> - `pub` public key - `sub` public subkey +Key usage flags: +- `[S]` signing +- `[C]` create certificates +- `[E]` encrypting +- `[A]` authentication + ## Keyservers - http://pgp.mit.edu - http://keyserver.ubuntu.com |