blob: efee306b77706243846671035393593655751cce [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:
Patrick Williams8da396c2022-03-14 14:21:02 -050017 - const