blob: 61d037a5be855ce8902cd0320184b263c2edfdd3 [file] [log] [blame]
Jayanth Othayothf4543102018-12-10 05:25:32 -06001description: >
2 Implement to retrieve the Certificate Signing Request(CSR).
3
4methods:
5 - name: CSR
6 description: >
7 Method to get the CSR string.
8
9 Object which implements this interface should implement
Patrick Williamsa1347412022-12-06 10:56:22 -060010 xyz.openbmc_project.Object.Delete to allow the deletion of CSR
11 objects.
Jayanth Othayothf4543102018-12-10 05:25:32 -060012
13 returns:
Patrick Williams8da396c2022-03-14 14:21:02 -050014 - name: CSRString
15 type: string
16 description: >
17 CSR string in the Base-64 encoded PEM format.
Jayanth Othayothf4543102018-12-10 05:25:32 -060018 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050019 - xyz.openbmc_project.Common.Error.InternalFailure