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
13                string.
14
15      returns:
16          - name: path
17            type: object_path
18            description: >
19                The object path of an object that implements, at a minimum,
20                xyz.openbmc_project.Certs.Entry and
21                xyz.openbmc_project.Object.Delete
22
23      errors:
24          - xyz.openbmc_project.Common.Error.InvalidArgument
25