commit | 8f80c35bf9a264f17fc08a415bd09ab1121f4e38 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Mon May 13 00:53:01 2019 -0500 |
committer | MARRI DEVENDER RAO <devenrao@in.ibm.com> | Mon Jun 03 13:37:56 2019 +0000 |
tree | d0fc7e40e763057d4dbce7892abe5f0c950c1ffc | |
parent | 15647204a62e504a83d46e37449237374a14cad1 [diff] |
Pass flag to skip restart of units for certificate object During bootup Certificate objects are created by loading the existing certificates in the system. At present system is restarting/reloading units after a certificate object is created, but the units to restart/reload might not be up yet causing failure. Reloading of services is required only when a new certificate is installed/replaced onto the system. Modified to not to reload the specified units for the certificate objects created for existing certificates in the system. Change-Id: I211a8386de1a5aa0a42d11cb89945bafa6792ba4 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`.