GoogleCloudPlatform / iot-device-sdk-embedded-c

Cloud IoT Device SDK for Connectivity to IoT Core.
Other
247 stars 83 forks source link

Update root CA certificate to LTS certificates #31

Closed fredrec closed 5 years ago

fredrec commented 5 years ago
DellaBitta commented 5 years ago

Please also update the Readme's Building the Examples section, and the Users Guide TLS implementation requirements section. They currently refer to the Google Roots.pem file.

DellaBitta commented 5 years ago

Also could you test this one last way, other than just connecting - reorder the certificates in the .pem file, so that we know that the fallback mechanism works with these certs. It should. it has in the past, just being careful.

soyrice commented 5 years ago

Please also update the Readme's Building the Examples section, and the Users Guide TLS implementation requirements section. They currently refer to the Google Roots.pem file.

Updated both docs to match in #24. See https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/pull/24/commits/3619b4948bf8186af70cf2879aab3c4c3cd2858d

fredrec commented 5 years ago

Approved, great job!

Thanks for your great feedback!