commit | e6597c5b37204501d50022f91fd5c1ab124691b5 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Mon Oct 01 06:36:55 2018 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Sun Oct 07 21:33:48 2018 -0500 |
tree | 0470cdbdf63cf3d4354bb79d16ff1d939fadd6d7 | |
parent | 62ccb1fc2440754fa54c9fd59838cce95991f0ce [diff] |
Add unit tests for certificate verification Change-Id: I362d5cf98b0aab7bb4963e42f4e0c25f86b43e67 Signed-off-by: Marri Devender Rao <devenrao@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`.