File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
demos/ota/ota_demo_core_http Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 103103 * @brief Path of the file containing the server's root CA certificate for TLS
104104 * authentication.
105105 *
106- * The Baltimore Cybertrust Root CA Certificate is automatically downloaded to
107- * the certificates directory using the CMake build system, from @ref
108- * https://cacerts.digicert.com/BaltimoreCyberTrustRoot.crt.pem.
106+ * This certificate is used to identify the AWS IoT server and is publicly
107+ * available. Refer to the AWS documentation available in the link below
108+ * https://docs.aws.amazon.com/iot/latest/developerguide/server-authentication.html#server-authentication-certs
109+ *
110+ * Amazon's root CA certificate is automatically downloaded to the certificates
111+ * directory from @ref https://www.amazontrust.com/repository/AmazonRootCA1.pem
112+ * using the CMake build system.
109113 *
110114 * @note This certificate should be PEM-encoded.
111115 */
112116#ifndef ROOT_CA_CERT_PATH_HTTP
113- #define ROOT_CA_CERT_PATH_HTTP "certificates/BaltimoreCyberTrustRoot .crt"
117+ #define ROOT_CA_CERT_PATH_HTTP "certificates/AmazonRootCA1 .crt"
114118#endif
115119
116120/**
You can’t perform that action at this time.
0 commit comments