Fix typo in DNSSEC Guide

The "dnssec-policy" example should say "keys" instead of "key".
This commit is contained in:
Matthijs Mekking 2021-03-09 09:14:18 +01:00
parent 50eaa0f38f
commit d45af8877a

View file

@ -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;
};