named-data / NLSR

Named Data Link State Routing
https://docs.named-data.net/NLSR
GNU General Public License v3.0
48 stars 37 forks source link

NLSR configuration documentation does not indicate how to start without security. #5

Open NougatRillettes opened 9 years ago

NougatRillettes commented 9 years ago

After the removal of SECURITY.md, the documentation of the configuration does not indicate anymore how to start the nlsr daemon without check for certificate, which can be achieved by sing this settings :

security
{
  validator
  {
  trust-anchor
    {
      type any
    }
  }
  prefix-update-validator
  {
  trust-anchor
    {
      type any
    }
  }
}