You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have the script to do this either at factory while flashing or at client side?
How did you achieve this at production level?
Again are you doing this in factory or are you doing this when your iot device is at client side??
The text was updated successfully, but these errors were encountered:
No I don't have the script for this one.
so what all I have got suggestions is that to make a OTA code(for local factory update) that downloads certificate from local setup(I think this needs to be done in a server which when gets request from device for certificate should generate it add to AWS IoT cloud and send the cert to device). OTA code downloads the certs in ESP32 SPIFFS partition then OTA also downloads your firmware.
I think this is the best approach just upload OTA code run the device and leave it while updates. Also, you would need some AWS expertise to generate certs and register those in AWS IoT core by some code(maybe python).
I left this to the point where put my firmware and certificate to the SPIFFS partition and load certs from there.
never do certs download Online, not a good thing as ESP32 would not have a secure connection then.
Do you have the script to do this either at factory while flashing or at client side?
How did you achieve this at production level?
Again are you doing this in factory or are you doing this when your iot device is at client side??
The text was updated successfully, but these errors were encountered: