commit | 8d100c11cf1db2980d53b8c9e8615fbf8d3a4ae6 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Dec 03 08:36:00 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Mon Dec 03 08:39:57 2018 -0800 |
tree | 35550f102c04cd3d13bd88f6d5a1ce2bafa38d24 | |
parent | 3dd74016ea8643e9eec6de68781d0f2c9355f506 [diff] |
build: add requirement for openssl to configure_ac Add requirement for openssl to configure_ac so that configure will fail when not found. Tested: Verified OPENSSL_LIBS contained (-lssl -lcrypto). Change-Id: I7cf3c671749801f089054be3828e9c3dea564157 Signed-off-by: Patrick Venture <venture@google.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`.