256dpi / arduino-mqtt

MQTT library for Arduino
MIT License
1.01k stars 232 forks source link

AWS 'provisioning by claim' support #225

Closed societyofrobots closed 3 years ago

societyofrobots commented 3 years ago

I need to do MQTT scalably and securely for thousands of devices. Amazon AWS allows this via 'provisioning by claim', where a device starts off with a temp cert in the factory firmware, and then exchanges a new cert so that each device can securely use MQTT: https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html#claim-based

Are there any plans to implement this, or a library you can point me to?

256dpi commented 3 years ago

I have the feeling this is way out of scope for this project. TLS is anyway handled outside of the library as this varies heavily from platform to platform.

256dpi commented 3 years ago

Closed due to being out of scope.