commit | ca4f7887caa873fb74ed5f450c5c69676efd480b | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Dec 03 09:05:32 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Mon Dec 03 13:46:11 2018 -0800 |
tree | bd601ec5ce399b56dc3c48b669d000221906035a | |
parent | f523ea206749d2c36dc6106665134e3d4cd6a1ab [diff] |
test: use tabs in Makefile_am Tabs are not required in a Makefile_am, however, they are used in the root-level one, so this is for internal consistency. Change-Id: Ie24ca905337c75af9465a668c8b58b2d3f98c9af 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`.