Skip to content

Commit 8b6e3b0

Browse files
authored
update HTTP server root CA certificate (#1767)
* update HTTP server root CA certificate * update comments
1 parent 866d158 commit 8b6e3b0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

demos/ota/ota_demo_core_http/demo_config.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,18 @@
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
/**

0 commit comments

Comments
 (0)