diff options
author | Libor Peltan <libor.peltan@nic.cz> | 2018-12-17 22:05:15 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2018-12-18 14:18:50 +0100 |
commit | 99168b7a9b69152372fec955de8eb3e1ea80c747 (patch) | |
tree | 75a04bd2c133817e26b3ab9664a757b53ad2cd05 /doc/man_keymgr.rst | |
parent | dnssec (also offline ksk): explicit (overriding) zone-max-ttl setting in policy (diff) | |
download | knot-99168b7a9b69152372fec955de8eb3e1ea80c747.tar.xz knot-99168b7a9b69152372fec955de8eb3e1ea80c747.zip |
offline_ksk: show-offline command can be used intervally
Diffstat (limited to 'doc/man_keymgr.rst')
-rw-r--r-- | doc/man_keymgr.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst index 2926ab49d..8e1e6cc26 100644 --- a/doc/man_keymgr.rst +++ b/doc/man_keymgr.rst @@ -107,8 +107,9 @@ Commands related to Offline KSK feature **pregenerate** *timestamp* Pre-generate ZSKs for use with offline KSK, for the specified period starting from now. -**show-offline** *timestamp* - Print pre-generated offline key-related records for specified timestamp. +**show-offline** *timestamp-from* [*timestamp-to*] + Print pre-generated offline key-related records for specified time interval. If *timestamp_to* + is omitted, it will be to infinity. **del-offline** *timestamp-from* *timestamp-to* Delete pre-generated offline key-related records in specified time interval. |