1description: >
2    Implement this interface to pass CSR string to PLDM to get CSR signed by
3    host.
4
5    xyz.openbmc_project.Certs.ca.authority.Manager object implements this
6    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. Should be a valid PEM encoded CSR
14          string. It's a const property.
15      flags:
16          - const
17