commit | 1a735bce38b734937e3f2a53eade2a701d4b172c | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Jul 04 21:36:49 2019 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Aug 27 17:51:25 2019 -0700 |
tree | 1b67c9e27e9a90809cd9fbc1436534d4cdc1ec87 | |
parent | 368341ba3c0c35c793a2ea0c2c363b14aecbee93 [diff] |
Add validity period check in client command line tool and CA module refs: #4962 Change-Id: I4758950a237cc8568eced520d7d2145f5739bd06
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.