summaryrefslogtreecommitdiffstats
path: root/doc/man_keymgr.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-12 04:44:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-12 04:44:07 +0000
commitbdd6bd04ba39d67eaf51ef77cba67321c787258e (patch)
treeb38069ef607224c4060da303320a4c7a9d71c671 /doc/man_keymgr.rst
parentAdding upstream version 3.3.8. (diff)
downloadknot-bdd6bd04ba39d67eaf51ef77cba67321c787258e.tar.xz
knot-bdd6bd04ba39d67eaf51ef77cba67321c787258e.zip
Adding upstream version 3.3.9.upstream/3.3.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/man_keymgr.rst')
-rw-r--r--doc/man_keymgr.rst19
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst
index de86972..136a92c 100644
--- a/doc/man_keymgr.rst
+++ b/doc/man_keymgr.rst
@@ -8,6 +8,8 @@ Synopsis
:program:`keymgr` [*config_option*] [*options*] *zone_name* *command*
+:program:`keymgr` [*config_option*] [*options*] *keystore_id* *command*
+
:program:`keymgr` [*config_option*] [-j] **-l**
:program:`keymgr` **-t** *parameter*...
@@ -146,12 +148,17 @@ Commands
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.
+**keystore-test**
+ Conduct some tests on the specified keystore. For each algorithm, key generation,
+ import, removal, and use (signing and verification) are tested.
+ Use a configured *keystore_id* or **-** for the default.
+
+**keystore-bench** [*num_threads*]
+ Conduct a signing benchmark on the specified keystore.
+ Random blocks of data are signed by the selected number of threads
+ (default is 1) in a loop, and the average number of signing operations per
+ second for each algorithm is returned.
+ Use a configured *keystore_id* or **-** for the default.
Commands related to Offline KSK feature
.......................................