]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: doc: Clarify dnssec-signzone interval option
authorMatthijs Mekking <matthijs@isc.org>
Thu, 23 Jan 2025 11:12:33 +0000 (11:12 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 23 Jan 2025 11:12:33 +0000 (11:12 +0000)
commit417a0e331f0d5aa869ec785d3b34d2ef926e2542
tree6b6245ceb8e7982a84d584f531af1fa35526436a
parent8efb4e2f26a7eaa74164550f21d06c2e98347e21
parentae42fa69fa1b1b19bdfa3c1957f8ca8fec005a24
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

Merge branch '5128-clarify-dnssec-signzone-interval' into 'main'

See merge request isc-projects/bind9!9955