commit | 781a560d7a18d020209c0394bb308e1650ef9a2d | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Jun 26 19:05:04 2019 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Jun 26 19:05:04 2019 -0700 |
tree | d3c9fa86bd036026a2341e5423a07fd47bb62d8a | |
parent | 42e1cf34cd41e7d0a0362bddc746b1085b43fe4b [diff] |
adjust client command line tool to reflect the library change Change-Id: Ie0628470b5b96848b930d131ad92fd196de8f64c
NDN certificate management protocol (NDNCERT) enables automatic certificate management in NDN. In Named Data Networking (NDN), every entity should have corresponding identity (namespace) and the corresponding certificate for this namespace. Moreover, entities need simple mechanisms to manage sub-identities and their certificates. NDNCERT provides flexible mechanisms to request certificate from a certificate authority(CA) and, as soon as certificate is obtained, mechanisms to issue and manage certificates in the designated namespace. Note that NDNCERT does not impose any specific trust model or trust anchors. While the primary use case of the developed protocol is to manage NDN testbed certificates, it can be used with any other set of global and local trust anchors.
This specification provides details and packet formats to request certificates, create certificates after one of the validation mechanism, and how the issued certificate is retrieved by the original requester.
See our GitHub wiki for more details.