tree: dadb970f724ad5e17c03cb436339fdc9c81db090 [path history] [tgz]
  1. encoding/
  2. cert-publisher.cpp
  3. cert-publisher.hpp
  4. default-query-processor.cpp
  5. default-query-processor.hpp
  6. delete-query-processor.cpp
  7. delete-query-processor.hpp
  8. get-query-processor.cpp
  9. get-query-processor.hpp
  10. key-cache.cpp
  11. key-cache.hpp
  12. list-query-processor.cpp
  13. list-query-processor.hpp
  14. ndn-pib.cpp
  15. pib-db.cpp
  16. pib-db.hpp
  17. pib-validator.cpp
  18. pib-validator.hpp
  19. pib.cpp
  20. pib.hpp
  21. README.md
  22. response-cache.cpp
  23. response-cache.hpp
  24. update-query-processor.cpp
  25. update-query-processor.hpp
  26. wscript
tools/pib/README.md

ndn-pib

ndn-pib is a service to manage the public information of keys (e.g., identity, public key, and certificates). It provides a query interface to local applications for lookup and update this information and also publishes certificates in the network.

Usage example:

  1. start NFD on local machine
  2. execute ndn-pib [-h] -o username -d /database/dir -t tpm-locator

For more information, consult the manpage.