mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:09:59 -04:00
Fix typo in DNSSEC Guide
The "dnssec-policy" example should say "keys" instead of "key".
This commit is contained in:
parent
50eaa0f38f
commit
d45af8877a
1 changed files with 1 additions and 1 deletions
|
|
@ -736,7 +736,7 @@ keys. The following is an example of such a clause:
|
|||
|
||||
dnssec-policy standard {
|
||||
dnskey-ttl 600;
|
||||
key {
|
||||
keys {
|
||||
ksk lifetime 365d algorithm ecdsap256sha256;
|
||||
zsk lifetime 60d algorithm ecdsap256sha256;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue