Fleets
Issue an MQTT TLS client certificate for a device
Generates a device key pair and CSR, signs a broker-compatible client certificate via the cert worker, and returns PEM material once. Re-issue is rejected while a certificate is already linked to the device (HTTP 409).
POST
Issue an MQTT TLS client certificate for a device
Documentation Index
Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Optional body; omit or send an empty object to use the default algorithm (rsa).
Key algorithm for MQTT device client certificate CSR generation.
Available options:
rsa, ecdsa Previous
Get MQTT broker connection details for a deviceReturns broker endpoints, topic filters, and certificate status for an MQTT fleet device.
Requires authorized read of device metadata (permission embedded in SQL).
Next
Issue an MQTT TLS client certificate for a device