commit | b23c5bb68114c133f0f2c4cb1b54415b59df0867 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Dec 18 18:40:52 2017 +0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Dec 18 18:40:52 2017 +0800 |
tree | 94d1b3e9aa7bf8a2bc385eae25f0f484098e153f | |
parent | e4ee8227e0e28178392b717e457746a08a54c86c [diff] |
ca-config uses name instead of ClientCaItem Change-Id: Ie4e71bf167c661e13038b356c7efb95816da26d5
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.