summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Certs/Install.interface.yaml
blob: 87818344d9727b2fc6a324ffe7d304f58f86f61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
description: >
    Certificate management interface to install server and client certificates.
methods:
    - name: Install
      description: >
          Install the certificate and restart the associated services.
      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.Certs.Install.Error.InvalidCertificate
OpenPOWER on IntegriCloud