1description: >
2    Signs Certificate Signing Request.
3methods:
4    - name: SignCSR
5      description: >
6          This method provides signing authority functionality.
7
8      parameters:
9          - name: CSR
10            type: string
11            description: >
12                Should be a valid PEM encoded Certificate signing request string.
13
14      returns:
15          - name: path
16            type: path
17            description: >
18                The object path of an object that implements, at a minimum,
19                xyz.openbmc_project.Certs.Entry and xyz.openbmc_project.Object.Delete
20
21      errors:
22          - xyz.openbmc_project.Common.Error.InvalidArgument
23