commit | 1396511d56355f13a488a110433e9da1dfd6c5a6 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Wed Feb 27 08:47:12 2019 -0600 |
committer | Nagaraju Goruganti <ngorugan@in.ibm.com> | Thu Mar 28 02:14:50 2019 -0500 |
tree | bfe989f080e1ab602be524a0091ed7662b01ca4e | |
parent | edd1131cba0ce7fe9b6c507acffc876d19274c61 [diff] |
Support creation/deletion of D-Bus certificate object During certificate upload through REST or through POST on CertificateCollection create certificate object, validate certificate and copy certficate to the system. Supported deletion of certificate object, thought it is available only for REST based systems Tested: 1. Verified certificate object is created if certificate exists 2. Verified certificate object is created during install 3. Verified certificate properties Change-Id: If31aa939c9cb75b5d683a7614ddc55ad38297874 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`.