This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Add support to use a device certificate without a registered CA #3033
Labels
Improvement
Doing things better
I using the module ESP32-WROOM-32SE and I have registered a client certificate without a registered CA using only the device certificate of the secure element.
The first problem is the template id of my certificate in the secure element is id 3 and the FreeRTOS only found support for template id 1 and id 2.
The second problem is in the io_tls.c I don't have a way to disable the "Add a Just-in-Time Registration (JITR) device issuer certificate" and this routine makes the certificate read from the secure element invalid.
Thank you!
The text was updated successfully, but these errors were encountered: