Changeset 1894 for trunk/pdns/pdns/docs/pdns.xml
- Timestamp:
- 01/18/11 16:33:31 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.xml
r1884 r1894 9385 9385 Sets NSEC3 parameters for this zone. A sample commandline is: "pdnssec set-nsec3 powerdnssec.org '1 0 1 ab' narrow". 9386 9386 The NSEC3 parameters must be quoted on the command line. 9387 WARNING: an empty salt is not yet supported!9388 9387 WARNING: This requires updating the 'DS" over at the parent zone! 9388 </para> 9389 </listitem> 9390 </varlistentry> 9391 <varlistentry> 9392 <term>set-presigned ZONE</term> 9393 <listitem> 9394 <para> 9395 Switches zone to presigned operation, utilizing in-zone RRSIGs. 9389 9396 </para> 9390 9397 </listitem> … … 9403 9410 <para> 9404 9411 Converts a zone to NSEC operations. WARNING: This requires updating the 'DS" over at the parent zone! 9412 </para> 9413 </listitem> 9414 </varlistentry> 9415 <varlistentry> 9416 <term>unset-presigned ZONE</term> 9417 <listitem> 9418 <para> 9419 Disables presigned operation for ZONE. 9405 9420 </para> 9406 9421 </listitem>