What is the best method to store TLS certificates on the nRF5340? I have seen 2 options, but I'm not sure what is best practice and what does work.
If I store the certificate on the SD card we can update the certificate without reflashing the board. Is this frowned upon even for development hardware?
- SD Card - store .der cert file on the SD card
- Read the text from the .der cert file.
- Compile into the hex like the http_client sample does.