damienpontifex / azure-iot-sdk-rs

A rust library for connecting devices to Microsoft Azure IoT Hub
MIT License
14 stars 11 forks source link

Support adding root certificates for MQTT #63

Open laumann opened 3 years ago

laumann commented 3 years ago

Depends on #62

To use this library in an IoT Edge deployment we need to be able to set add root certificates to the trust store.

See: https://docs.microsoft.com/en-us/azure/iot-edge/how-to-connect-downstream-device?view=iotedge-2020-11#provide-the-root-ca-certificate

damienpontifex commented 3 years ago

lgtm. Will wait on #62