]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: doc: Clarify dnssec-signzone interval option
authorMatthijs Mekking <matthijs@isc.org>
Thu, 23 Jan 2025 12:08:20 +0000 (12:08 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 23 Jan 2025 12:08:20 +0000 (12:08 +0000)
commit2bbb30156b02b8675ec2e4f693ec3709d86d64fb
tree5f817b4daadeed1402fc41998b7d9c47b89d13d4
parent1333dac316c8f3726760a39d909bc62de2c8b9a8
parente36f4b66a3f264fe83c627d2dbbb9c2a94f6a845
[9.20] 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.20' into 'bind-9.20'

See merge request isc-projects/bind9!9983