Lines Matching full:certificate
1 # phosphor-certificate-manager
3 Certificate management allows to replace the existing certificate and private
4 key file with another (possibly CA signed) Certificate key file. Certificate
14 Multiple instances of `phosphor-certificate-manager` are usually run on the bmc
18 Usage: ./phosphor-certificate-manager [options]
21 --type certificate type
24 --path certificate file path
28 ### Https certificate management
30 **Purpose:** Server https certificate
33 ./phosphor-certificate-manager --type=server --endpoint=https \
37 ### CA certificate management
39 **Purpose:** Client certificate validation
42 ./phosphor-certificate-manager --type=authority --endpoint=truststore \
46 ### LDAP client certificate management
48 **Purpose:** LDAP client certificate validation
51 ./phosphor-certificate-manager --type=client --endpoint=ldap \
57 `phosphor-certificate-manager` is an implementation of the D-Bus interface
65 Take https certificate management as an example.
68 ./phosphor-certificate-manager --type=server --endpoint=https \
79 for certificate management on the BMC, which leverages functionalities of
80 `phosphor-certificate-manager` via D-Bus.