Skip to content

Commit 560f759

Browse files
committed
fix: update default AWS root CA filename
1 parent 83e3912 commit 560f759

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

en_US/migration/migrate-from-aws-iot-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Based on the `mqtt5_client_builder` module from the `aws-iot-device-sdk-python-v
124124

125125
2. **Update the Server CA Certificate** (`ca_filepath`):
126126
* This is how the device verifies the EMQX server's identity.
127-
* AWS: Often omitted (defaults to system trust store) or `ca_filepath="root-CA.crt"` (Amazon Root CA 1)
127+
* AWS: Often omitted (defaults to system trust store) or `ca_filepath="AmazonRootCA1.pem"` (Amazon Root CA 1)
128128
* EMQX: `ca_filepath="emqx-server-ca.pem"` (The CA that issued your EMQX server certificate)
129129

130130
3. **Device Certificates Remain the Same**:

ja_JP/migration/migrate-from-aws-iot-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Based on the `mqtt5_client_builder` module from the `aws-iot-device-sdk-python-v
124124

125125
2. **Update the Server CA Certificate** (`ca_filepath`):
126126
* This is how the device verifies the EMQX server's identity.
127-
* AWS: Often omitted (defaults to system trust store) or `ca_filepath="root-CA.crt"` (Amazon Root CA 1)
127+
* AWS: Often omitted (defaults to system trust store) or `ca_filepath="AmazonRootCA1.pem"` (Amazon Root CA 1)
128128
* EMQX: `ca_filepath="emqx-server-ca.pem"` (The CA that issued your EMQX server certificate)
129129

130130
3. **Device Certificates Remain the Same**:

zh_CN/migration/migrate-from-aws-iot-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Based on the `mqtt5_client_builder` module from the `aws-iot-device-sdk-python-v
124124

125125
2. **Update the Server CA Certificate** (`ca_filepath`):
126126
* This is how the device verifies the EMQX server's identity.
127-
* AWS: Often omitted (defaults to system trust store) or `ca_filepath="root-CA.crt"` (Amazon Root CA 1)
127+
* AWS: Often omitted (defaults to system trust store) or `ca_filepath="AmazonRootCA1.pem"` (Amazon Root CA 1)
128128
* EMQX: `ca_filepath="emqx-server-ca.pem"` (The CA that issued your EMQX server certificate)
129129

130130
3. **Device Certificates Remain the Same**:

0 commit comments

Comments
 (0)