1description: > 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 10 xyz.openbmc_project.Object.Delete to allow the deletion of CSR 11 objects. 12 13 returns: 14 - name: CSRString 15 type: string 16 description: > 17 CSR string in the Base-64 encoded PEM format. 18 errors: 19 - xyz.openbmc_project.Common.Error.InternalFailure 20