summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man_keymgr.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst
index b989e8d43..a0001fe84 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*...
@@ -150,14 +152,14 @@ Keystore commands
**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.
+ 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.
+ Use a configured *keystore_id* or **-** for the default.
Commands related to Offline KSK feature
.......................................