Connecting to MQTT broker using NRF5340 with NRF9161 setup as SLM

I am planning to modify the SLM application (NRF9161) to load its own certificates for TLS upon startup. This should be doable via modem_key_mgmt functions.

However, NRF5340 will still manage the MQTT connection to the broker. But in this case, it has no information on the certificates since it is only stored in NRF9161. Is my assumption correct that the MQTT transport type selected should be MQTT_TRANSPORT_NON_SECURE?

Parents Reply Children
Related