Device provisioning
| ID | device-lifecycle.provisioning |
|---|---|
| Description | A new device proves its identity, receives a signed certificate and becomes an active, managed device. |
| Key | provisioning |
| Tags | device security |
Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.
100%
Steps
Workflow steps
| Number | Source | Destination | Description |
|---|---|---|---|
| 1 | Device | MQTT broker | Connect with bootstrap credential |
| 2 | MQTT broker | Device registry | Validate provisioning claim |
| 3 | Device registry | CA service | Request signed certificate (CSR) |
| 4 | CA service | Device registry | Operational certificate |
| 5 | Device registry | Twin store | Initialise desired/reported state |
| 6 | Device registry | Device | Certificate + initial config |
| 7 | Device | MQTT broker | Reconnect with operational certificate |
| 8 | MQTT broker | Device registry | Session established (active) |