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