Yingdi Yu | 0a312e5 | 2015-07-22 13:14:53 -0700 | [diff] [blame] | 1 | # ndn-pib |
2 | |||||
3 | **ndn-pib** is a service to manage the public information of keys (e.g., identity, public key, and | ||||
4 | certificates). It provides a query interface to local applications for lookup and update this | ||||
5 | information and also publishes certificates in the network. | ||||
6 | |||||
7 | Usage example: | ||||
8 | |||||
9 | 1. start NFD on local machine | ||||
10 | 2. execute `ndn-pib [-h] -o username -d /database/dir -t tpm-locator` | ||||
11 | |||||
12 | For more information, consult the manpage. |