The payload that configures lights-out management (LOM) settings.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
Device Certificate payload UUID DeviceCertificateUUID The UUID certificate for the device. This key indicates the device can receive `PowerON`, `PowerOFF`, and `Reset` requests from a LOM controller. This certificate must contain the Key Usage attributes of Digital Signature, Key Encipherment and Data Encipherment. As well as the Extended Key Usage attributes of Server Authentication and Client Authentication. | string | optional | — | ✗No | macOS (11.0+) |
Controller Certificate payload UUID ControllerCertificateUUID The UUID certificate for the LOM controller. This key configures the device to accept the `LOMDeviceRequestCommand` from MDM and then send it to the target device. | string | optional | — | ✗No | macOS (11.0+) |
CA certificate payload UUIDs DeviceCACertificateUUIDs An array of payload UUIDs containing CA certificates that controllers use to evaluate trust of device certificates. 1 subkey | array | optional | — | ✗No | macOS (11.0+) |
└─ DeviceCACertificateUUIDsItem DeviceCACertificateUUIDsItem | string | — | ✗No | macOS (11.0+) | |
CA certificate payload UUIDs ControllerCACertificateUUIDs An array of payload UUIDs containing CA certificates that devices use to evaluate trust of controller certificates.
This key configures the device to accept the `LOMDeviceRequestCommand` from MDM and then send it to the target device. This certificate must contain the Key Usage attributes of Digital Signature, Key Encipherment and Data Encipherment. As well as the Extended Key Usage attributes of Server Authentication and Client Authentication. 1 subkey | array | optional | — | ✗No | macOS (11.0+) |
└─ ControllerCACertificateUUIDsItem ControllerCACertificateUUIDsItem | string | — | ✗No | macOS (11.0+) |