mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Replace leftover DNSSEC-KEYS with TRUST-ANCHORS
Change 5332 renamed "dnssec-keys" configuration statement to the more descriptive "trust-anchors". Not all occurrences in the documentation had been updated.
This commit is contained in:
@@ -168,7 +168,7 @@ logging {
|
|||||||
</refsection>
|
</refsection>
|
||||||
|
|
||||||
<refsection><info><title>MANAGED-KEYS</title></info>
|
<refsection><info><title>MANAGED-KEYS</title></info>
|
||||||
<para>Deprecated - see DNSSEC-KEYS.</para>
|
<para>Deprecated - see TRUST-ANCHORS.</para>
|
||||||
<literallayout class="normal">
|
<literallayout class="normal">
|
||||||
managed-keys { <replaceable>string</replaceable> ( static-key
|
managed-keys { <replaceable>string</replaceable> ( static-key
|
||||||
| initial-key | static-ds |
|
| initial-key | static-ds |
|
||||||
@@ -550,7 +550,7 @@ trust-anchors { <replaceable>string</replaceable> ( static-key |
|
|||||||
</refsection>
|
</refsection>
|
||||||
|
|
||||||
<refsection><info><title>TRUSTED-KEYS</title></info>
|
<refsection><info><title>TRUSTED-KEYS</title></info>
|
||||||
<para>Deprecated - see DNSSEC-KEYS.</para>
|
<para>Deprecated - see TRUST-ANCHORS.</para>
|
||||||
<literallayout class="normal">
|
<literallayout class="normal">
|
||||||
trusted-keys { <replaceable>string</replaceable> <replaceable>integer</replaceable>
|
trusted-keys { <replaceable>string</replaceable> <replaceable>integer</replaceable>
|
||||||
<replaceable>integer</replaceable> <replaceable>integer</replaceable>
|
<replaceable>integer</replaceable> <replaceable>integer</replaceable>
|
||||||
|
@@ -136,13 +136,13 @@ END
|
|||||||
|
|
||||||
if ($1 eq "trusted-keys") {
|
if ($1 eq "trusted-keys") {
|
||||||
print <<END;
|
print <<END;
|
||||||
<para>Deprecated - see DNSSEC-KEYS.</para>
|
<para>Deprecated - see TRUST-ANCHORS.</para>
|
||||||
END
|
END
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($1 eq "managed-keys") {
|
if ($1 eq "managed-keys") {
|
||||||
print <<END;
|
print <<END;
|
||||||
<para>Deprecated - see DNSSEC-KEYS.</para>
|
<para>Deprecated - see TRUST-ANCHORS.</para>
|
||||||
END
|
END
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user