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.
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.