blob: 87818344d9727b2fc6a324ffe7d304f58f86f61a [file] [log] [blame]
Jayanth Othayoth06b4df92018-08-08 06:51:43 -05001description: >
2 Certificate management interface to install server and client certificates.
3methods:
4 - name: Install
5 description: >
6 Install 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.Install.Error.InvalidCertificate