From 01682418e1059a6697039c6dfa878c8ba68c25e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tarjei=20Hus=C3=B8y?= Date: Sat, 18 Jun 2016 12:06:47 -0700 Subject: [PATCH] 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. --- docs/markdown/authoritative/dnssec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.40.0