commit | 916ba2d55deceb0a47cca24c78fae6e27ba554b2 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Feb 01 18:16:27 2018 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Sat Feb 03 12:26:09 2018 -0800 |
tree | 7dde6fe176201f10b48d026155d268fdc9336428 | |
parent | 432634cfd5e743324c4cbd13da5c7e3907015c64 [diff] |
Add isListEnabled into client configuration Change-Id: Ib3471fd0658e64040d5ffee653e297fa58f2cfd7
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.