diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:25 +0000 |
commit | 76add172cec4e1c9466dbc1965e2c926ca9184c1 (patch) | |
tree | 43d36cd724b11230cedea4bb315f1c3ca5fc5285 /doc/man_keymgr.rst | |
parent | Adding upstream version 3.3.7. (diff) | |
download | knot-76add172cec4e1c9466dbc1965e2c926ca9184c1.tar.xz knot-76add172cec4e1c9466dbc1965e2c926ca9184c1.zip |
Adding upstream version 3.3.8.upstream/3.3.8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/man_keymgr.rst')
-rw-r--r-- | doc/man_keymgr.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst index 362790e..de86972 100644 --- a/doc/man_keymgr.rst +++ b/doc/man_keymgr.rst @@ -143,6 +143,16 @@ Commands Import a key (specified by full key ID) from another zone as shared. After this, the key is owned by both zones equally. +Keystore commands +................. + +**keystore_test** + Conduct some tests on the specified keystore. Use a configured keystore id + or **-** for the default. +**keystore_bench** [*num_threads*] + Conduct a signing benchmark for each supported algorithm. Use a configured + keystore id or **-** for the default. + Commands related to Offline KSK feature ....................................... |