commit | cfbc8dc8904bfdc1776e1a9f841fb48d00d6d968 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Sep 03 07:22:27 2018 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Fri Sep 28 01:45:43 2018 -0500 |
tree | e127cc84e1e27162dc40bf3542b43b2038caaaf8 | |
parent | 0aa0d11489cc8cfe4bf2662d138909eba96ccd04 [diff] |
Implementation of certificate install interface - Copy the certificate and private Key file to the service specific path based on a configuration file. - Reload the listed service for which the certificate is updated. Change-Id: Iae7d340a0a2381502aef33762eb79b57ddeda07d 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`.