blob: a2806e3d521de4241542c05002973a70fc6f2ab7 [file] [log] [blame] [view]
Davide Pesavento85790012019-01-19 21:22:39 -05001# NDN Certificate Management Protocol (NDNCERT)
2
Davide Pesavento552174c2020-04-16 01:54:08 -04003![Language](https://img.shields.io/badge/C%2B%2B-14-blue.svg)
Davide Pesavento85790012019-01-19 21:22:39 -05004[![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 -08005
Davide Pesavento552174c2020-04-16 01:54:08 -04006The NDN certificate management protocol (**NDNCERT**) enables automatic certificate management
7in NDN. In Named Data Networking (NDN), every entity should have a corresponding identity
8(namespace) and the corresponding certificate for this namespace. Moreover, entities need simple
9mechanisms to manage sub-identities and their certificates. NDNCERT provides flexible mechanisms
10to request certificates from a certificate authority (CA) and, as soon as the certificate is
11obtained, mechanisms to issue and manage certificates in the designated namespace. Note that
12NDNCERT does not impose any specific trust model or trust anchors. While the primary use case of
13this protocol is to manage NDN testbed certificates, it can be used with any other set of global
14and local trust anchors.
Zhiyic3837ff2016-12-13 17:00:00 -080015
Davide Pesavento552174c2020-04-16 01:54:08 -040016See [our GitHub wiki](https://github.com/named-data/ndncert/wiki) for more details.
Zhiyic3837ff2016-12-13 17:00:00 -080017
Davide Pesavento552174c2020-04-16 01:54:08 -040018## Reporting bugs
19
20Please submit any bug reports or feature requests to the
21[NDNCERT issue tracker](https://redmine.named-data.net/projects/ndncert/issues).
22
23## Contributing
24
25We greatly appreciate contributions to the NDNCERT code base, provided that they are
26licensed under the GPL 3.0+ or a compatible license (see below).
27If you are new to the NDN software community, please read the
28[Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md)
29to get started.
30
31## License
32
33NDNCERT is an open source project licensed under the GPL version 3.
34See [`COPYING.md`](COPYING.md) for more information.