]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: doc: Clarify dnssec-signzone interval option
authorMatthijs Mekking <matthijs@isc.org>
Thu, 23 Jan 2025 11:53:34 +0000 (11:53 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 23 Jan 2025 11:53:34 +0000 (11:53 +0000)
commit8e631afebe1260c8778bb8f6e36233cb1b0d0198
tree0c5255f85e4bbc5bf0fb4157a3b3839ca620d88f
parent132947c0bad383e90ef57b4bbf9b8abb5db72a45
parent7545157fe8353f9f0485b73121cefcd85cc15378
[9.18] fix: doc: Clarify dnssec-signzone interval option

There was confusion about whether the interval was calculated from
the validity period provided on the command line (with -s and -e),
or from the signature being replaced.

Add text to clarify that the interval is calculated from the new
validity period.

Closes #5128

Backport of MR !9955

Merge branch 'backport-5128-clarify-dnssec-signzone-interval-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9984