Shock Jiang | cde2871 | 2014-10-19 21:17:20 -0700 | [diff] [blame] | 1 | zones |
| 2 | { |
Shock Jiang | e1a81fd | 2014-11-20 20:25:49 -0800 | [diff] [blame] | 3 | ; dbFile @DEFAULT_DATABASE_PATH@/ndns.db |
| 4 | ; validatorConfigFile @DEFAULT_CONFIG_PATH@/validator.conf |
Shock Jiang | cde2871 | 2014-10-19 21:17:20 -0700 | [diff] [blame] | 5 | |
| 6 | zone |
| 7 | { |
| 8 | ; name / ; name of the zone |
| 9 | ; KeyChain must have a identity with this name |
| 10 | ; cert /KEY/dsk-123/ID-CERT/%FD00 ; certificate to sign data |
| 11 | ; omit cert to select the default certificate of above identity |
| 12 | } |
| 13 | |
| 14 | ; zone |
| 15 | ; { |
| 16 | ; name /ndn ; name of the zone, zone should not have the same name |
| 17 | ; KeyChain must have a identity with this name |
| 18 | ; cert /ndn/KEY/dsk-234/ID-CERT/%FD00 ; certificate to sign data |
| 19 | ; omit cert to select the default certificate of above identity |
| 20 | ; } |
| 21 | } |