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>
1 file changed
tree: bd601ec5ce399b56dc3c48b669d000221906035a
  1. test/
  2. .clang-format
  3. .gitignore
  4. argument.cpp
  5. argument.hpp
  6. bootstrap.sh
  7. certs_manager.cpp
  8. certs_manager.hpp
  9. configure.ac
  10. LICENSE
  11. mainapp.cpp
  12. MAINTAINERS
  13. Makefile.am
  14. README.md
README.md

phosphor-certificate-manager

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

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`.