commit | 947258dcf19c15e4759b3d42e92c1ee1128b1442 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Tue Sep 25 10:52:24 2018 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Sun Oct 07 21:30:11 2018 -0500 |
tree | 1b65ab2682ee393f5dfb462250a6edce63eca5b4 | |
parent | cfbc8dc8904bfdc1776e1a9f841fb48d00d6d968 [diff] |
Add unit test for certificate install Change-Id: I25700842983be152edc18f78912a917220867b0b 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`.