Allow certificate upload for "not yet valid" case

The "certificate is not yet valid" case the notBefore date is
after the current time. This change will help to user to upload
the certificate with "notBefore" date after current time.

Change-Id: If85aa5c7649cc540dfbc0d14261715d27ad7f075
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
1 file changed
tree: cb99efdd36128a7537efa016ff28e8ebba077688
  1. test/
  2. .clang-format
  3. .gitignore
  4. argument.cpp
  5. argument.hpp
  6. bootstrap.sh
  7. certs_manager.cpp
  8. certs_manager.hpp
  9. configure.ac
  10. LICENSE
  11. mainapp.cpp
  12. Makefile.am
  13. README.md
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`.