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

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

Remove Baltimore certificate to fix S3 demos #1781

Closed johnrhen closed 2 years ago

johnrhen commented 2 years ago

The Baltimore certificate is no longer needed for the S3 demos. Instead, the AmazonRootCA1 certificate is used. This PR removes the Baltimore certificate to fix the S3 demos.

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