From: Tarjei Husøy Date: Sat, 18 Jun 2016 19:06:47 +0000 (-0700) Subject: Point NSEC3 iterations link to correct RFC section X-Git-Tag: auth-4.0.0-rc1~34^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01682418e1059a6697039c6dfa878c8ba68c25e3;p=pdns Point NSEC3 iterations link to correct RFC section Old link mistakenly pointed to section 6, instead of the intended section 10.3 in RFC 5155. --- diff --git a/docs/markdown/authoritative/dnssec.md b/docs/markdown/authoritative/dnssec.md index d6911aef8..f67324cc5 100644 --- a/docs/markdown/authoritative/dnssec.md +++ b/docs/markdown/authoritative/dnssec.md @@ -442,7 +442,7 @@ The quoted part is the content of the NSEC3PARAM records, as defined in [RFC 515 * Hash algorithm, should always be `1` (SHA1) * Flags, set to `1` for [NSEC3 Opt-out](https://tools.ietf.org/html/rfc5155#section-6), this best set as `0` -* Number of iterations of the hash function, read [RFC 5155, Section 10.3](https://tools.ietf.org/html/rfc5155#section-6) for recommendations +* Number of iterations of the hash function, read [RFC 5155, Section 10.3](https://tools.ietf.org/html/rfc5155#section-10.3) for recommendations * Salt (in hexadecimal) to apply during hashing To convert a zone from NSEC3 to NSEC operations, run: