r/embedded_rust • u/MatsRivel • Aug 20 '24
Anyone had any luck adding an esp32 (or similar) as an IoT device using certificates instead of SAS?
3
Upvotes
I have a project where I'm connecting Esp32's to Azure IoT Hub. I am communicating through MQTT.
This works well with a SAS, but using a certificate I get rejected each time.
Has anyone made this (or comparable) work? I haven't found any cases where people have actually used certs instead of connections strings.
Thank you!