blob: 199ab3f85be9b4a4588ed0ad591b1d98c06c01b1 [file] [log] [blame] [view]
Zhiyic3837ff2016-12-13 17:00:00 -08001NDN Certificate Management Protocol (NDNCERT)
2=============================================
3
4NDN certificate management protocol (NDNCERT) enables automatic certificate management in
5NDN. In Named Data Networking (NDN), every entity should have corresponding identity
6(namespace) and the corresponding certificate for this namespace. Moreover, entities need
7simple mechanisms to manage sub-identities and their certificates. NDNCERT provides flexible
8mechanisms to request certificate from a certificate authority(CA) and, as soon as certificate
9is obtained, mechanisms to issue and manage certificates in the designated namespace. Note that
10NDNCERT does not impose any specific trust model or trust anchors. While the primary use case
11of the developed protocol is to manage NDN testbed certificates, it can be used with any other
12set of global and local trust anchors.
13
14This specification provides details and packet formats to request certificates, create
15certificates after one of the validation mechanism, and how the issued certificate is retrieved
16by the original requester.
17
18[See detail on our github wiki page.](https://github.com/named-data/ndncert/wiki/NDN-Certificate-Management-Protocol)