Changeset 1865 for trunk/pdns/pdns/docs/pdns.xml
- Timestamp:
- 01/11/11 14:44:43 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.xml
r1860 r1865 9325 9325 </varlistentry> 9326 9326 <varlistentry> 9327 <term>hash-zone-record ZONE RECORDNAME</term> 9328 <listitem> 9329 <para> 9330 This convenience command hashes the name 'recordname' according to the NSEC3 settings of ZONE. 9331 Refuses to hash for zones with no NSEC3 settings. 9332 </para> 9333 </listitem> 9334 </varlistentry> 9335 <varlistentry> 9327 9336 <term>import-zone-dnskey ZONE filename [ksk|zsk]</term> 9328 9337 <listitem> … … 9480 9489 <para> 9481 9490 For now, it is necessary to execute a manual SQL 'insert' into the domains table of the backend hosting 9482 the keying material. This is needed to generate a zone-id for the relevant domain. 9491 the keying material. This is needed to generate a zone-id for the relevant domain. Sample SQL statement: 9492 <command>insert into domains (name, type) values ('powerdnssec.org', 'NATIVE');</command>. 9483 9493 </para> 9484 9494 </warning> … … 9497 9507 </para> 9498 9508 <para> 9499 The 'auth' field should be 0 however for NS records which are used for delegation, and also for any glue records9500 present for this purpose. 9509 The 'auth' field should be 0 however for NS records which are used for delegation, and also for any glue (A, AAAA) records 9510 present for this purpose. Do note that the DS record for a secure delegation should be authoritative! 9501 9511 </para> 9502 9512 <para> … … 9510 9520 <para> 9511 9521 In 'NSEC3' non-narrow mode, the ordername should contain a lowercase base32hex encoded representation of the salted & iterated hash 9512 of the full record name. 9522 of the full record name. <command>pdnssec hash-zone-record zone record</command> can be used to calculate this hash. 9513 9523 </para> 9514 9524 </section> … … 9545 9555 <listitem><para>Miek Gieben</para></listitem> 9546 9556 <listitem><para>Stephane Bortzmeyer (AFNIC)</para></listitem> 9547 <listitem><para>Michael Braunoede (nic.at)</para></listitem>9557 <listitem><para>Michael Braunoeder (nic.at)</para></listitem> 9548 9558 <listitem><para>Peter van Dijk</para></listitem> 9549 9559 <listitem><para>Maik Zumstrull</para></listitem>