Project

General

Profile

CommandValidatorConf » History » Revision 2

Revision 1 (Yingdi Yu, 03/17/2014 12:03 PM) → Revision 2/55 (Yingdi Yu, 03/17/2014 12:47 PM)

Command Validator Config File Format validator config file format 
 ==================================== 

 ## Example configuration 

     policies 
     { 
       policy 
       { 
         prefix "/localhost/nrd" 
         trust_model 
         { 
           type hierarchical 
           anchor-file "trust-anchor.cert" 
         } 
       } 
       policy 
       { 
         prefix "/localhost/nfd" 
         trust-model 
         { 
           type fixed 
           anchor-file "cert1.cert" 
           anchor-file "cert2.cert" 
         } 
       } 
     }