diff options
author | Libor Peltan <libor.peltan@nic.cz> | 2024-10-11 12:06:19 +0200 |
---|---|---|
committer | Libor Peltan <libor.peltan@nic.cz> | 2024-10-11 12:06:19 +0200 |
commit | 6528faa8ecd07322e569caf4d1f5b6e3be38e78d (patch) | |
tree | cc4985427b1d588ab572771e35d199b7e37d4dab /doc | |
parent | tests-extra: stabilize dnssec/expire (diff) | |
download | knot-6528faa8ecd07322e569caf4d1f5b6e3be38e78d.tar.xz knot-6528faa8ecd07322e569caf4d1f5b6e3be38e78d.zip |
doc/keymgr: align description of 'retire' with current behavior
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man_keymgr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst index e1ca61e6d..2f1fb5a76 100644 --- a/doc/man_keymgr.rst +++ b/doc/man_keymgr.rst @@ -237,7 +237,7 @@ The following arguments are timestamps of key lifetime (see :ref:`DNSSEC Key sta Key still used for signing, but another key is active (only for KSK or algorithm rollover). **retire** - Key still published, but no longer used for signing. + Key still published (only if ZSK), but no longer used for signing. **post_active** Key no longer published, but still used for signing (only for algorithm rollover). |