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