commit | f4d63488b572a15a77d288425c3f198b1ee2d2a1 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Thu May 02 06:35:34 2019 -0500 |
committer | MARRI DEVENDER RAO <devenrao@in.ibm.com> | Mon Jun 03 13:38:08 2019 +0000 |
tree | 8e753b0eb31fcf8223462beca96e4aca342fd7d4 | |
parent | 8f80c35bf9a264f17fc08a415bd09ab1121f4e38 [diff] |
Return Certificate Signing Request(CSR) contents Add support to return the CSR data from the file created by GenerateCSR request. CSRRead class implements CSR interface. InternalFailure exception is thrown to the caller if CSR file does not exist or for any read errors. Change-Id: I20ddeb9570962bf04917c1b0e3a52c8f34f5efcd 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`.