This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to Store TLS Certificates on the nRF5340?

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?

  1. SD Card - store .der cert file on the SD card
    • Read the text from the .der cert file.
  2. Compile into the hex like the http_client sample does.
    Parents Reply Children
    No Data
    Related