unit-test: Enable unit test coverage for certificate manager

Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com>
Change-Id: I198c7b98c394039da974574856a9318019de7f91
6 files changed
tree: 2ce6ff1f2ff2654b57e95319755a82d7db291434
  1. test/
  2. .clang-format
  3. .gitignore
  4. .lcovrc
  5. argument.cpp
  6. argument.hpp
  7. bootstrap.sh
  8. certificate.cpp
  9. certificate.hpp
  10. certs_manager.cpp
  11. certs_manager.hpp
  12. configure.ac
  13. csr.cpp
  14. csr.hpp
  15. LICENSE
  16. mainapp.cpp
  17. MAINTAINERS
  18. Makefile.am
  19. Makefile.am.include
  20. README.md
  21. watch.cpp
  22. watch.hpp
README.md

phosphor-certificate-manager

Certificate management allows to replace the existing certificate and private key file with another (possibly CA signed) Certificate key file. Certificate management allows the user to install both the server and client certificates.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.