I'm trying to setup AWS JITP on an ESP32 in the Arduino IDE - has anyone successfully been able to pull this off?
There are example scripts in Python and C++ (using the esp-idf compiler) but I can't seem to find any examples of demonstrating this functionality in Ardunio.
I have the same question. All the examples out there, including the ones on the Amazon website, hardcodes the device cert in a header file, then compiles a specific firmware containing it for the device. Ideally one would want to use a provision cert, and auto provision the device with its own keys when it first connects to aws.