commit | 576aad18c6964a91c82c4904a283276b964901da | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Oct 03 15:41:53 2017 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Oct 17 21:45:38 2017 -0700 |
tree | 29b42cfff48d85c0176cf9d2c9e3a29d925c8212 | |
parent | 3ff459b965228d47bb04f609185f2f9f1420f8eb [diff] |
add email sending script refs: #4053 Change-Id: I1ffe550b20e7fe394fb7f25d71eafa61d4a8fc6f
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.