commit | 3b07b77a58820b27c32981e36b0ce500dffaa94c | [log] [tgz] |
---|---|---|
author | Zbigniew Lukwinski <zbigniew.lukwinski@linux.intel.com> | Wed Oct 09 11:43:34 2019 +0200 |
committer | Zbigniew Kurzynski <zbigniew.kurzynski@intel.com> | Wed Nov 06 10:08:54 2019 +0100 |
tree | 73117e0de774e2216d2ab42c7f67e8d702ba5ca6 | |
parent | db029c9521a394b65f5ae18be4735213ef51a269 [diff] |
Enable limiting authority certificates amount. This patch enables check about authority certificates amount limit and disallows to install new certificate in case limit violation. Tested: Tests were performed manually by trying to install dozen authority certificates over RedFish. Signed-off-by: Zbigniew Lukwinski <zbigniew.lukwinski@linux.intel.com> Change-Id: Iea83f05e7b6b0ad3e32bc3f2aba710de863b6d34
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`.