docs: update pdnsutil 'set-nsec3' and NSEC3 narrow mode
* The 4-parameter quoted string argument in "pdnsutil set-nsec3" appears to
have a default value of "1 0 1 ab" according to the sources:
https://github.com/PowerDNS/pdns/blob/
e62422ce0e86cfe959073ef061f07873ceff6be8/pdns/pdnsutil.cc#L2459
introduced with
b8adb30dff5fc18b55e27580c07799d8fae1bafb (in 3.3+)
* The example command included smart quotes, which don't really work when
copy-pasted to a shell - changed to monospaced formatting.
* Include note about online signing requirement for "White Lies" / narrow
mode support and that zone transfers are denied in this mode.
* Mention RFC about "White Lies".
* Mention defaults on 'DNSSEC Modes of Operation'.
* Mention possible limits of ITERATIONS via 'max-nsec3-iterations'.