You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we are looking into the sming framework and specifically the MQTT implementation to connect the device to AWS IoT Core and in order for that communication to be successful, we need to set up TLS and the root authority certificate. We can’t find the correct API to assign a root certificate to the session. Do you have an example of how to do it?
The example you provide in the repository doesn't seem to use the authority certificate from Amazon, even though they are in the repo but no references to it.
The text was updated successfully, but these errors were encountered:
Hi @slaff thanks for the quick response, but so I totally understand, in those code bits I only see the use of the private key and the certificate and no use of the root certificate (AmazonRootCA1.pem.der).
Hi, we are looking into the sming framework and specifically the MQTT implementation to connect the device to AWS IoT Core and in order for that communication to be successful, we need to set up TLS and the root authority certificate. We can’t find the correct API to assign a root certificate to the session. Do you have an example of how to do it?
The example you provide in the repository doesn't seem to use the authority certificate from Amazon, even though they are in the repo but no references to it.
The text was updated successfully, but these errors were encountered: