Hi,
I'm working on a project with the nRF52840 PCA10056 board. Using the IoT LwIP MQTT example, I can communicate with the insecure MQTT. However, I need to provide security for this connection.
I don't know where to add the ca certificate, server key, server certificate, client key and client certificate files that I created using the OpenSSL program in the MQTT LwIP file.
How can I use MQTT + TLS together? How do I need to make modify to the code?