File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Based on the `mqtt5_client_builder` module from the `aws-iot-device-sdk-python-v
124124
1251252 . ** 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
1301303 . ** Device Certificates Remain the Same** :
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Based on the `mqtt5_client_builder` module from the `aws-iot-device-sdk-python-v
124124
1251252 . ** 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
1301303 . ** Device Certificates Remain the Same** :
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Based on the `mqtt5_client_builder` module from the `aws-iot-device-sdk-python-v
124124
1251252 . ** 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
1301303 . ** Device Certificates Remain the Same** :
You can’t perform that action at this time.
0 commit comments