[master] dnssec-signzone can now add sync records

4751.	[func]		"dnssec-signzone -S" can now automatically add parent
			synchronization records (CDS and CDNSKEY) according
			to key metadata set using the -Psync and -Dsync
			options to dnssec-keygen and dnssec-settime.
			[RT #46149]
This commit is contained in:
Evan Hunt
2017-10-03 01:11:36 -07:00
parent 762dc8b871
commit e515fae2ae
4 changed files with 113 additions and 7 deletions

View File

@@ -412,6 +412,15 @@
etc. [RT #32456]
</para>
</listitem>
<listitem>
<para>
<command>dnssec-signzone -S</command> can now add or remove
synchronization records (CDS and CDNSKEY) based on key metadata
set by the <command>-Psync</command> and <command>-Dsync</command>
options to <command>dnssec-keygen</command>,
<command>dnssec-settime</command>, etc. [RT #46149]
</para>
</listitem>
</itemizedlist>
</section>