blob: dbbfffedb805dd6a40ebf60de9a484cd15d29640 [file] [log] [blame]
Nan Zhoub9dae7b2021-12-29 11:03:39 -08001description: >
2 Authority Manager's interface to replace existing authorities list.
3methods:
4 - name: ReplaceAll
5 description: >
6 Replace the current authorities list and restart the associated
7 services.
8 parameters:
9 - name: Path
10 type: string
11 description: >
12 Path of file that contains multiple root certificates.
13 returns:
14 - name: ObjectPath
15 type: array[object_path]
16 description: >
17 D-Bus object path to created objects.
18 errors:
19 - xyz.openbmc_project.Common.Error.InternalFailure
20 - xyz.openbmc_project.Certs.Error.InvalidCertificate
21 - xyz.openbmc_project.Common.Error.NotAllowed