From 4bf1687ae895e512465896f58ff36e0ae3265761 Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Thu, 22 Aug 2024 13:32:56 +0200 Subject: doc/keymgr: improve description of keystore-related commands --- doc/man_keymgr.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') 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 ....................................... -- cgit v1.2.3