Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 459 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 459 Bytes

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