commit | 62ccb1fc2440754fa54c9fd59838cce95991f0ce | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Oct 03 05:57:45 2018 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Sun Oct 07 21:32:59 2018 -0500 |
tree | cb99efdd36128a7537efa016ff28e8ebba077688 | |
parent | ae70b3da1d56fe510e6775b05f09a781a310864b [diff] |
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>
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 this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.