| zones |
| { |
| ; dbFile @DEFAULT_DATABASE_PATH@/ndns.db |
| ; validatorConfigFile @DEFAULT_CONFIG_PATH@/validator.conf |
| |
| zone |
| { |
| ; name / ; name of the zone |
| ; KeyChain must have a identity with this name |
| ; cert /KEY/dsk-123/ID-CERT/%FD00 ; certificate to sign data |
| ; omit cert to select the default certificate of above identity |
| } |
| |
| ; zone |
| ; { |
| ; name /ndn ; name of the zone, zone should not have the same name |
| ; KeyChain must have a identity with this name |
| ; cert /ndn/KEY/dsk-234/ID-CERT/%FD00 ; certificate to sign data |
| ; omit cert to select the default certificate of above identity |
| ; } |
| } |