1description: >
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
18