Marri Devender Rao | ffacd03 | 2019-03-16 16:28:49 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Certificate interface to replace existing certificate. |
| 3 | methods: |
| 4 | - name: Replace |
| 5 | description: > |
| 6 | Replace the certificate and restart the associated services. |
| 7 | parameters: |
| 8 | - name: Path |
| 9 | type: string |
| 10 | description: > |
| 11 | Path of file that contains both the certificate public and |
| 12 | private key. (Example: a .PEM file containing both signed |
| 13 | certificate and private key). |
| 14 | errors: |
| 15 | - xyz.openbmc_project.Common.Error.InternalFailure |
| 16 | - xyz.openbmc_project.Certs.Error.InvalidCertificate |
Zbigniew Lukwinski | b51a5a3 | 2020-01-15 09:23:27 +0100 | [diff] [blame] | 17 | - xyz.openbmc_project.Common.Error.NotAllowed |