mirror of
https://github.com/adulau/abstract-key-server.git
synced 2024-12-21 16:26:01 +00:00
chg: [doc] back-end datastore table fixed
This commit is contained in:
parent
06e61bff2e
commit
76abd7b3d9
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -28,11 +28,11 @@ This is a work-in-progress to solve specific problems in security and informatio
|
|||
|
||||
| key type | key name | values |
|
||||
|------------|------------------|---------------------|
|
||||
| k/v | k:<fingerprint> | armored PGP key |
|
||||
| set | n:<namespace> | set of fingerprints |
|
||||
| set | un:<uid-name> | set of fingerprints |
|
||||
| set | uc:<uid-name> | set of fingerprints |
|
||||
| set | ue:<uid-name> | set of fingerprints |
|
||||
| k/v | k:_fingerprint_ | armored PGP key |
|
||||
| set | n:_namespace_ | set of fingerprints |
|
||||
| set | un:_uid-name_ | set of fingerprints |
|
||||
| set | uc:_uid-name_ | set of fingerprints |
|
||||
| set | ue:_uid-name_ | set of fingerprints |
|
||||
|
||||
|
||||
- un -> name in the UID
|
||||
|
|
Loading…
Reference in a new issue