OTA update using DS module
Posted: Fri Aug 18, 2023 8:26 am
Hello,
We are working with a esp32-c3 module (devkit-m1) and are using the Digital Signature module to establish mTLS.
We are using the esp-tls component for https operations, since it supports the DS module.
The issue we are facing is that the esp_https_ota component used for ota updates doesn't seem to support esp-tls configurations, but rather it wants an esp_http_client config. This configuration seems to offer support for secure element, but not DS module.
Is DS supported by esp_https_ota? Or are there any other ways to perform ota updates using DS that we are missing?
Many thanks,
Alex
We are working with a esp32-c3 module (devkit-m1) and are using the Digital Signature module to establish mTLS.
We are using the esp-tls component for https operations, since it supports the DS module.
The issue we are facing is that the esp_https_ota component used for ota updates doesn't seem to support esp-tls configurations, but rather it wants an esp_http_client config. This configuration seems to offer support for secure element, but not DS module.
Is DS supported by esp_https_ota? Or are there any other ways to perform ota updates using DS that we are missing?
Many thanks,
Alex