]> granicus.if.org Git - pdns/commitdiff
Document pdnsutil set-nsec3 with no salt ("1 0 0 -")
authorMatt Nordhoff <mnordhoff@mattnordhoff.com>
Sat, 28 Oct 2017 08:18:17 +0000 (08:18 +0000)
committerMatt Nordhoff <mnordhoff@mattnordhoff.com>
Sat, 28 Oct 2017 08:18:17 +0000 (08:18 +0000)
docs/dnssec/operational.rst
docs/manpages/pdnsutil.1.rst

index fcde9b1bef850f8691077ffc6cee873b747ece84..100e284c088d7b35adf69ba70f647ec10ab3c2bb 100644 (file)
@@ -52,7 +52,7 @@ The quoted part is the content of the NSEC3PARAM records, as defined in
    set as ``0``
 -  Number of iterations of the hash function, read :rfc:`RFC 5155, Section
    10.3 <5155#section-10.3>` for recommendations
--  Salt (in hexadecimal) to apply during hashing
+-  Salt to apply during hashing, in hexadecimal, or ``-`` to use no salt
 
 To convert a zone from NSEC3 to NSEC operations, run:
 
index 6a346e6d58553c767e8b915dee059c0e94d19057..6cc19d116c61a652e9d04ada98001f1611e207f0 100644 (file)
@@ -88,13 +88,13 @@ set-nsec3 *ZONE* '*HASH-ALGORITHM* *FLAGS* *ITERATIONS* *SALT*' [**narrow**]
     know you need it. For *ITERATIONS*, please consult RFC 5155, section
     10.3. And be aware that a high number might overload validating
     resolvers. The *SALT* is a hexadecimal string encoding the bits for
-    the salt. Setting **narrow** will make PowerDNS send out "white
-    lies" about the next secure record. Instead of looking it up in the
-    database, it will send out the hash + 1 as the next secure record. A
-    sample commandline is: "pdnsutil set-nsec3 powerdnssec.org '1 1 1
-    ab' narrow". **WARNING**: If running in RSASHA1 mode (algorithm 5 or
-    7), switching from NSEC to NSEC3 will require a DS update in the
-    parent zone.
+    the salt, or - to use no salt. Setting **narrow** will make PowerDNS
+    send out "white lies" about the next secure record. Instead of
+    looking it up in the database, it will send out the hash + 1 as the
+    next secure record. A sample commandline is: "pdnsutil set-nsec3
+    powerdnssec.org '1 1 1 ab' narrow". **WARNING**: If running in
+    RSASHA1 mode (algorithm 5 or 7), switching from NSEC to NSEC3 will
+    require a DS update in the parent zone.
 unset-nsec3 *ZONE*
     Converts *ZONE* to NSEC operations. **WARNING**: If running in
     RSASHA1 mode (algorithm 5 or 7), switching from NSEC to NSEC3 will