commit | 343cdfbeca61beef0ec325f710d014a77976f5c8 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Jan 17 12:04:28 2018 -0800 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Sat Jan 20 12:41:58 2018 -0800 |
tree | b1c529db175eb5fe9b461c344d08526eae5ae4a1 | |
parent | 1c0bd377f52a95e83ae0769fa4c914289acca584 [diff] |
Add repo output to command line tool ndncert-ca-server refs: #4455 Change-Id: I8e451af5c636bb52e6171ad2d82b43e6ce77f07f
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.