From 1d2d23549dfacde75d10638b7a084a3ec525462b Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Fri, 5 Dec 2025 11:17:06 +0100 Subject: [PATCH] Fix sig-signing-* duplicate documentation (cherry picked from commit c3951cdec085d3c7157e32b1c6f51b10a3b3f86d) --- doc/arm/reference.rst | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 130fee53bc..71214301c6 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -4430,35 +4430,32 @@ Tuning :tags: dnssec :short: Specifies the maximum number of nodes to be examined in each quantum, when signing a zone with a new DNSKEY. - This specifies the maximum number of nodes to be examined in each quantum, - when signing a zone with a new DNSKEY. The default is ``100``. + The default is ``100``. .. namedconf:statement:: sig-signing-signatures :tags: dnssec :short: Specifies the threshold for the number of signatures that terminates processing a quantum, when signing a zone with a new DNSKEY. - This specifies a threshold number of signatures that terminates - processing a quantum, when signing a zone with a new DNSKEY. The - default is ``10``. + The default is ``10``. .. namedconf:statement:: sig-signing-type :tags: dnssec :short: Specifies a private RDATA type to use when generating signing-state records. - This specifies a private RDATA type to be used when generating signing-state - records. The default is ``65534``. + The default is ``65534``. - This parameter may be removed in a future version, - once there is a standard type. + This parameter may be removed in a future version, once there is a standard + type. Signing-state records are used internally by :iscman:`named` to track the current state of a zone-signing process, i.e., whether it is still active or has been completed. The records can be inspected - using the command :option:`rndc signing -list zone `. Once :iscman:`named` has - finished signing a zone with a particular key, the signing-state - record associated with that key can be removed from the zone by - running :option:`rndc signing -clear keyid/algorithm zone `. To clear all of - the completed signing-state records for a zone, use + using the command :option:`rndc signing -list zone `. + Once :iscman:`named` has finished signing a zone with a particular key, + the signing-state record associated with that key can be removed from the + zone by running + :option:`rndc signing -clear keyid/algorithm zone `. + To clear all of the completed signing-state records for a zone, use :option:`rndc signing -clear all zone `. .. namedconf:statement:: min-refresh-time