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
{{ message }}
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
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.
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!