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:
Matthijs Mekking
2020-04-14 09:03:33 +02:00
parent fd0021061d
commit 4b5711fd3b
2 changed files with 4 additions and 4 deletions

View File

@@ -136,13 +136,13 @@ END
if ($1 eq "trusted-keys") {
print <<END;
<para>Deprecated - see DNSSEC-KEYS.</para>
<para>Deprecated - see TRUST-ANCHORS.</para>
END
}
if ($1 eq "managed-keys") {
print <<END;
<para>Deprecated - see DNSSEC-KEYS.</para>
<para>Deprecated - see TRUST-ANCHORS.</para>
END
}