diff options
author | David VaĊĦek <david.vasek@nic.cz> | 2021-01-18 13:33:45 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2021-01-19 19:40:13 +0100 |
commit | 327451626bf81efcb3a45c6ac4847e84bcacc3cf (patch) | |
tree | 9db557eef44802bcdefeef58db17578076aad2b6 /doc/man_keymgr.rst | |
parent | tests-extra: ixfr/knot_knot -- make the test stable under Valgrind (diff) | |
download | knot-327451626bf81efcb3a45c6ac4847e84bcacc3cf.tar.xz knot-327451626bf81efcb3a45c6ac4847e84bcacc3cf.zip |
doc: replace terms master/slave with primary/secondary where suitable
As per RFC 8499, section 6.
https://tools.ietf.org/html/rfc8499#section-6
Diffstat (limited to 'doc/man_keymgr.rst')
-rw-r--r-- | doc/man_keymgr.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst index a297f7a36..e87d3e49f 100644 --- a/doc/man_keymgr.rst +++ b/doc/man_keymgr.rst @@ -88,9 +88,10 @@ Commands The salt is printed and expected in hexadecimal, or dash if empty. **local-serial** [*new_serial*] - Print SOA serial stored in KASP database when using on-slave DNSSEC signing. If *new_serial* is specified, - the serial is overwritten. After updating the serial, expire the zone (**zone-purge +expire +zonefile +journal**) - if the server is running, or remove corresponding zone file and journal contents if the server is stopped. + Print SOA serial stored in KASP database when using on-secondary DNSSEC signing. + If *new_serial* is specified, the serial is overwritten. After updating the serial, expire the zone + (**zone-purge +expire +zonefile +journal**) if the server is running, or remove corresponding zone file + and journal contents if the server is stopped. **set** *key_spec* [*arguments*...] Changes a timing argument (or ksk/zsk) of an existing key to a new value. *Key_spec* is either the |