blob: e2bf5a71d135bbfe7f52dc6e40041cd9be598d3a [file] [log] [blame]
Ravi Teja11699d62020-08-14 06:33:02 -05001description: >
2 Implement this interface to pass CSR string to PLDM
3 to get CSR signed by host.
4
5 xyz.openbmc_project.Certs.ca.authority.Manager object implements
6 this interface which is added in the below commit
7 https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/31808
8
9properties:
10 - name: CSR
11 type: string
12 description: >
13 Certificate signing request content.
14 Should be a valid PEM encoded CSR string.
15 It's a const property.
16 flags:
17 - const