1description: >
2    Certificate management interface to install authorities list.
3methods:
4    - name: InstallAll
5      description: >
6          Install the authority list and restart the associated services.
7      parameters:
8        - name: Path
9          type: string
10          description: >
11              Path of the file that contains a list of root certificates.
12
13      returns:
14        - name: ObjectPath
15          type: array[object_path]
16          description: >
17              D-Bus object path to created objects.
18
19      errors:
20        - xyz.openbmc_project.Common.Error.InternalFailure
21        - xyz.openbmc_project.Common.Error.NotAllowed
22        - xyz.openbmc_project.Certs.Error.InvalidCertificate
23