blob: 4d63c94e780b59a88e835ee2c3bd38c88f2bd126 [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)
Zhiyi Zhang95f287b2020-10-13 10:03:22 -07004[![Build Status](https://travis-ci.org/Zhiyi-Zhang/ndncert.svg?branch=v0.3)](https://travis-ci.org/Zhiyi-Zhang/ndncert)
Zhiyi Zhangfaa54aa2020-12-21 21:27:52 -08005![build_v03](https://github.com/Zhiyi-Zhang/ndncert/workflows/build_v03/badge.svg)
Zhiyic3837ff2016-12-13 17:00:00 -08006
Davide Pesavento552174c2020-04-16 01:54:08 -04007The NDN certificate management protocol (**NDNCERT**) enables automatic certificate management
8in NDN. In Named Data Networking (NDN), every entity should have a corresponding identity
9(namespace) and the corresponding certificate for this namespace. Moreover, entities need simple
10mechanisms to manage sub-identities and their certificates. NDNCERT provides flexible mechanisms
11to request certificates from a certificate authority (CA) and, as soon as the certificate is
12obtained, mechanisms to issue and manage certificates in the designated namespace. Note that
13NDNCERT does not impose any specific trust model or trust anchors. While the primary use case of
14this protocol is to manage NDN testbed certificates, it can be used with any other set of global
15and local trust anchors.
Zhiyic3837ff2016-12-13 17:00:00 -080016
Davide Pesavento552174c2020-04-16 01:54:08 -040017See [our GitHub wiki](https://github.com/named-data/ndncert/wiki) for more details.
Zhiyic3837ff2016-12-13 17:00:00 -080018
Davide Pesavento552174c2020-04-16 01:54:08 -040019## Reporting bugs
20
21Please submit any bug reports or feature requests to the
22[NDNCERT issue tracker](https://redmine.named-data.net/projects/ndncert/issues).
23
24## Contributing
25
26We greatly appreciate contributions to the NDNCERT code base, provided that they are
27licensed under the GPL 3.0+ or a compatible license (see below).
28If you are new to the NDN software community, please read the
29[Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md)
30to get started.
31
32## License
33
34NDNCERT is an open source project licensed under the GPL version 3.
35See [`COPYING.md`](COPYING.md) for more information.