Actions
CommandValidatorConf » History » Revision 2
« Previous |
Revision 2/55
(diff)
| Next »
Yingdi Yu, 03/17/2014 12:47 PM
Command 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"
}
}
}
Updated by Yingdi Yu over 10 years ago · 55 revisions