microsoft / devkit-sdk

Arduino library and package for the MXChip IoT DevKit
https://aka.ms/devkit
MIT License
69 stars 52 forks source link

New CA certificate support #1083

Open CIPop opened 3 years ago

CIPop commented 3 years ago

New CA certificates will soon be required to continue connectivity with Azure IoT. Please see https://github.com/Azure/azure-iot-sdk-c/pull/1971 for reference.

Workaround:

Application developers can work-around missing the new certificates by defining their own certificates[] array (__weak bound likely in DevKit?) within the application code. Please see https://github.com/Azure/azure-iot-sdk-c/tree/master/certs for guidance and the required Azure Cloud certificates.