diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2024-08-22 13:32:56 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-08-22 13:32:56 +0200 |
commit | 4bf1687ae895e512465896f58ff36e0ae3265761 (patch) | |
tree | b85cfafe48a82441b1a62d2935283607a601d0e0 | |
parent | Merge branch 'pregenerate_fix' (diff) | |
download | knot-4bf1687ae895e512465896f58ff36e0ae3265761.tar.xz knot-4bf1687ae895e512465896f58ff36e0ae3265761.zip |
doc/keymgr: improve description of keystore-related commands
-rw-r--r-- | doc/man_keymgr.rst | 6 |
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 ....................................... |