blob: bb1cfa814537e215ba2734b62600b34229376865 [file] [log] [blame]
Shock Jiangcde28712014-10-19 21:17:20 -07001zones
2{
Shock Jiange1a81fd2014-11-20 20:25:49 -08003 ; dbFile @DEFAULT_DATABASE_PATH@/ndns.db
4 ; validatorConfigFile @DEFAULT_CONFIG_PATH@/validator.conf
Shock Jiangcde28712014-10-19 21:17:20 -07005
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}