We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e3912 commit acba3adCopy full SHA for acba3ad
en_US/migration/migrate-from-aws-iot-core.md
@@ -124,7 +124,7 @@ Based on the `mqtt5_client_builder` module from the `aws-iot-device-sdk-python-v
124
125
2. **Update the Server CA Certificate** (`ca_filepath`):
126
* 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)
+ * AWS: Often omitted (defaults to system trust store) or `ca_filepath="AmazonRootCA1.pem"` (Amazon Root CA 1)
128
* EMQX: `ca_filepath="emqx-server-ca.pem"` (The CA that issued your EMQX server certificate)
129
130
3. **Device Certificates Remain the Same**:
0 commit comments