commit | d8993b9b52f9b6d11522520b1888d841df756ea3 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Jul 04 21:58:10 2019 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Jul 30 20:56:16 2019 -0700 |
tree | 226e5fce7e9b589413f4020cb81e1b8fdf0510a9 | |
parent | 914d05f871e6afc1bacd6af591499c90992aa561 [diff] |
client command line tool: add exception catch for configuration file loading refs: #4961 Change-Id: I5ea2a6c9dd36b5158b0954ee8cce1b97011ebc01
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.