Shock Jiang | cde2871 | 2014-10-19 21:17:20 -0700 | [diff] [blame^] | 1 | zones |
| 2 | { |
| 3 | ; dbFile /usr/local/var/ndns/ndns.db |
| 4 | |
| 5 | zone |
| 6 | { |
| 7 | ; name / ; name of the zone |
| 8 | ; KeyChain must have a identity with this name |
| 9 | ; cert /KEY/dsk-123/ID-CERT/%FD00 ; certificate to sign data |
| 10 | ; omit cert to select the default certificate of above identity |
| 11 | } |
| 12 | |
| 13 | ; zone |
| 14 | ; { |
| 15 | ; name /ndn ; name of the zone, zone should not have the same name |
| 16 | ; KeyChain must have a identity with this name |
| 17 | ; cert /ndn/KEY/dsk-234/ID-CERT/%FD00 ; certificate to sign data |
| 18 | ; omit cert to select the default certificate of above identity |
| 19 | ; } |
| 20 | } |
| 21 | hints |
| 22 | { |
| 23 | ; hint /ucla |
| 24 | ; hint /att |
| 25 | } |