commit | ec4aa3ac2343ba3feb29e65596b04c9df3307e21 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Jan 08 14:26:37 2021 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Jan 08 14:26:37 2021 -0800 |
tree | b4a81b84785fbc696ee5ffb7df677a18a7df762e | |
parent | 17720f2f892baf09b49d2ccd9ef265e76760d013 [diff] |
update Change-Id: Ib458416378ebbe8d41db2b08d3537c3939fa8b79
The NDN certificate management protocol (NDNCERT) enables automatic certificate management in NDN. In Named Data Networking (NDN), every entity should have a 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 certificates from a certificate authority (CA) and, as soon as the 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 this protocol is to manage NDN testbed certificates, it can be used with any other set of global and local trust anchors.
See our GitHub wiki for more details.
Please submit any bug reports or feature requests to the NDNCERT issue tracker.
We greatly appreciate contributions to the NDNCERT code base, provided that they are licensed under the GPL 3.0+ or a compatible license (see below). If you are new to the NDN software community, please read the Contributor's Guide to get started.
NDNCERT is an open source project licensed under the GPL version 3. See COPYING.md
for more information.