commit | 18e51c92cfdc7a6bb42461dbf2a341574f40dac2 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Mon Jul 15 04:59:01 2019 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Jul 25 06:26:02 2019 +0000 |
tree | 27dc8a1430ee611f8122906b7296a2616be69487 | |
parent | c6e58c7e7fade369e64c6eaee23a5b72f37a7ace [diff] |
Fix upload signed certificate error through GUI Noticed signed certificate uploaded fails certificate validation. Back-end appends the private key to the uploaded certificate file and initiates certificate validation. As end of line character is missing at the end of the uploaded certificate private key is added on the same line. Inserting end of line character before appending private key. Tested: 1) Uplaoding signed certificate through GUI 2) Uploading signed certificate through command line Change-Id: Iee944912a748a81e34ccad012707b925c451433e 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`.