build+ci: switch to python3

Also in this commit:
 * Sync CI scripts with other projects
 * Improve README.md

Refs: #5095
Change-Id: I0972967e92bdf78b8ab7cda0d9db262e38c8b32b
11 files changed
tree: 708c36dd0597d6a60b7b8be13e65734609031d29
  1. .jenkins.d/
  2. .waf-tools/
  3. src/
  4. systemd/
  5. tests/
  6. tools/
  7. .gitignore
  8. .jenkins
  9. .mailmap
  10. .travis.yml
  11. AUTHORS.md
  12. ca.conf.sample
  13. client.conf.sample
  14. COPYING.md
  15. libndn-cert.pc.in
  16. ndncert-mail.conf.sample
  17. ndncert-send-email-challenge.py
  18. README.md
  19. waf
  20. wscript
README.md

NDN Certificate Management Protocol (NDNCERT)

Language Build Status

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 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.

License

NDNCERT is an open source project licensed under the GPL version 3. See COPYING.md for more information.