commit | caab546e3dadb1682477fdd19006b3adb3869283 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Oct 18 13:41:02 2019 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Nov 20 22:43:54 2019 -0800 |
tree | 36a4d4a07ffe151c1771875c7d256b54b6b7cf4a | |
parent | aae119aeb9b5387f2fd8f80c56ee8cbfe8c15988 [diff] |
Fix the bug when user type in NONE when selecting CAs Change-Id: Ie12c058ec0685a537300f11dd227771f8e719c28
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.