redfish-spdm-attestation: Update the D-bus object path
Change D-Bus object paths from PascalCase to snake_case for consistency:
- /xyz/openbmc_project/ComponentIntegrity/{ComponentIntegrityId} →
/xyz/openbmc_project/component_integrity/{component_integrity_id}
- /xyz/openbmc_project/TrustedComponents/{TrustedComponentId} →
/xyz/openbmc_project/trusted_components/{trusted_component_id}
- /xyz/openbmc_project/certs/devices/{ChassisId}/{CertId} →
/xyz/openbmc_project/certs/devices/{chassis_id}/{cert_id}
Change-Id: I989e9b7f88f3581131d8df7c9e6790dfcb05731b
Signed-off-by: Ratan Gupta <ratankgupta31@gmail.com>
diff --git a/designs/redfish-spdm-attestation.md b/designs/redfish-spdm-attestation.md
index 4de7636..5a61a01 100644
--- a/designs/redfish-spdm-attestation.md
+++ b/designs/redfish-spdm-attestation.md
@@ -270,9 +270,9 @@
On the D-Bus Daemon side, we propose that the dbus objects are organized in the
following way:
-- `/xyz/openbmc_project/ComponentIntegrity/{ComponentIntegrityId}`
-- `/xyz/openbmc_project/TrustedComponents/{TrustedComponentId}`
-- `/xyz/openbmc_project/certs/devices/{ChassisId}/{CertId}`
+- `/xyz/openbmc_project/component_integrity/{component_integrity_id}`
+- `/xyz/openbmc_project/trusted_components/{trusted_component_id}`
+- `/xyz/openbmc_project/certs/devices/{chassis_id}/{cert_id}`
In BMCWeb, we can reconstruct the following redfish URI by querying the
associated Chassis from the trusted component: