blob: 5fe9c1d0edc092b8c65fec9bb0ebd9eed3c1918c [file] [log] [blame]
description: >
Certificate management interface to install server and client certificates.
methods:
- name: Install
description: >
Install the certificate and restart the associated services.
NotAllowed error thrown if certificate already exists.
parameters:
- name: Path
type: string
description: >
Path of file that contains both the certificate public and
private key. (Example: a .PEM file containing both signed
certificate and private key).
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
- xyz.openbmc_project.Common.Error.NotAllowed
- xyz.openbmc_project.Certs.Error.InvalidCertificate