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
Error
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 Error