commit | 278a6a65afcff159b10dd4aaf78e5d5129e6eccf | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 28 12:57:35 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Mar 29 23:19:37 2019 +0000 |
tree | e85d4f236b0a40fe92d57792054aa17a120398d2 | |
parent | 36f25142c7a07a70168d01ec23bef0b31b2c7be8 [diff] |
build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: If7f7cfbbfcecdac9c8b0bc67825e97318818cb1d
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`.