aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
978 stars 625 forks source link

update HTTP server root CA certificate #1767

Closed Bujain closed 2 years ago

Bujain commented 2 years ago

The HTTP server root CA certificate was modified from Baltimore trust CA certificate to Amazons root CA certificate because of this the OTA end to end tests were failing.

Description of changes: Updated the server root CA certificate path to the Amazon's root CA certificate.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.