ESP-IDF: Storing AWS IoT certificates in the NVS partition (for OTA)

from blog Simply Explained, | ↗ original
When using AWS IoT Core, most tutorials will tell you to include device certificates in your firmware. While that does work, it means you won't be able to run over-the-air updates.In this post, I'll show how to store AWS certificates in the NVS partition. This will make it possible to deploy a single firmware update to many devices.