blob: 72606a140c5ec5735c61085fc6c9d6f7da523682 [file] [log] [blame]
Ravi Teja11699d62020-08-14 06:33:02 -05001description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 Implement this interface to pass CSR string to PLDM to get CSR signed by
3 host.
Ravi Teja11699d62020-08-14 06:33:02 -05004
Patrick Williamsa1347412022-12-06 10:56:22 -06005 xyz.openbmc_project.Certs.ca.authority.Manager object implements this
6 interface which is added in the below commit
Ravi Teja11699d62020-08-14 06:33:02 -05007 https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/31808
8
9properties:
10 - name: CSR
11 type: string
12 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060013 Certificate signing request content. Should be a valid PEM encoded CSR
14 string. It's a const property.
Ravi Teja11699d62020-08-14 06:33:02 -050015 flags:
Patrick Williams8da396c2022-03-14 14:21:02 -050016 - const