commit | 857900104088db6ff26e7710da4b4de2762f2361 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Jan 19 21:22:39 2019 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Jan 21 14:34:52 2019 -0500 |
tree | 4c15b82f6a69cf426a57e696af60db5915ba0ce8 | |
parent | a7fead4c0b31fb6035149707bd477877d7852eca [diff] |
Use the official markdown version of the GPLv3 Add myself to AUTHORS.md Change-Id: I5893057d60fa76981ab256ee78822e78f7c60870
NDN certificate management protocol (NDNCERT) enables automatic certificate management in NDN. In Named Data Networking (NDN), every entity should have 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 certificate from a certificate authority(CA) and, as soon as 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 the developed protocol is to manage NDN testbed certificates, it can be used with any other set of global and local trust anchors.
This specification provides details and packet formats to request certificates, create certificates after one of the validation mechanism, and how the issued certificate is retrieved by the original requester.
See our GitHub wiki for more details.