I can generate a self signed cert that ships with the local server and ship the public key with the ESP32 binary. But since I won't know the IP address on which it is deployed I will not be able to generate a self signed cert that matches the server's location.
This means
Code: Select all
esp_https_ota()
So how should I provide OTA?
William