blob: e59500486dfd8f9809d26968f1703821749f44cb [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
Yumin Xia2c509c22017-02-09 14:37:36 -08009 ; KeyChain must have a identity with this name appended by <NDNS> at tail
10 ; cert /KEY/dsk-123/CERT/%FD00 ; certificate to sign data
Shock Jiangcde28712014-10-19 21:17:20 -070011 ; 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
Yumin Xia2c509c22017-02-09 14:37:36 -080017 ; KeyChain must have a identity with this name appended by <NDNS> at tail
18 ; cert /ndn/KEY/dsk-234/CERT/%FD00 ; certificate to sign data
Shock Jiangcde28712014-10-19 21:17:20 -070019 ; omit cert to select the default certificate of above identity
20 ; }
21}