commit | e6ea3968ef06e54d7f3328a50925a5970604fcb8 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Jul 20 17:03:53 2018 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Jul 20 17:03:53 2018 -0700 |
tree | d52648edb1b3b7943b04af296cd3fb65e8864dda | |
parent | 8ce677b47e97fd1aaccc63a18991eb473c6edf2a [diff] |
minor fix in ndncert-client tool Change-Id: Ic1f61158d036b3f3493e84d90c3957f3a33a51f8
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.