commit | b57d75e2b1871fe048216ae98ae3a224ca3adb9e | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Thu Jul 25 04:56:21 2019 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Jul 29 06:48:02 2019 -0500 |
tree | 938b932c653738079936b618f5ec153583f68280 | |
parent | 18e51c92cfdc7a6bb42461dbf2a341574f40dac2 [diff] |
Fix certificate manager failure after factory reset Private key file is pre-generated during startup of service for CSR generation as it is time consuming operation. Noticed after factory reset when writing private key it is trying to create file to non existing directory. Modified to create parent directory structure before creating private key file Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ida296a0ed139aee0d594870b7d71e376f5b5f7c8
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`.