NDN certificate management protocol

Clone this repo:
  1. ea5b8fc challenge+tools: minor simplifications by Davide Pesavento · 6 days ago master
  2. 74f837d send-email-challenge: make smtp_user/smtp_password optional in config by Davide Pesavento · 6 days ago
  3. 397faa9 send-email-challenge: improve default email templates by Davide Pesavento · 7 days ago
  4. cf216ea send-email-challenge: rename `tls` encryption mode to `starttls` by Davide Pesavento · 8 days ago
  5. ffe487b send-email-challenge: modernize the code a bit by Davide Pesavento · 8 days ago

NDNCERT: NDN Certificate Management Protocol

Language CI Docker

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.

Reporting bugs

Please submit any bug reports or feature requests to the NDNCERT issue tracker.

Contributing

We greatly appreciate contributions to the NDNCERT code base, provided that they are licensed under the GNU GPL version 3 or a compatible license. If you are new to the NDN software community, please read our Contributor's Guide to get started.

License

NDNCERT is free software distributed under the GNU General Public License version 3. See COPYING.md for details.