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 has been archived by the owner on Dec 8, 2022. It is now read-only.
I am currently using NVS to store the OTA certificate. I would like to retrieve it via NVS by using a function. Is there any way to override the variable static const char signingcredentialSIGNING_CERTIFICATE_PEM[] and assign it to the return value of the function or parse an argument when initializing OTA to have custom certificates ?
Any other approach and suggestions are appreciated as well.
The text was updated successfully, but these errors were encountered:
Have you considered provisioning the OTA certificate through PKCS#11? There is a pkcs11configOTA_SUPPORTED macro in core_pkcs11_config.h that you can use for this.
I am currently using NVS to store the OTA certificate. I would like to retrieve it via NVS by using a function. Is there any way to override the variable
static const char signingcredentialSIGNING_CERTIFICATE_PEM[]
and assign it to the return value of the function or parse an argument when initializing OTA to have custom certificates ?Any other approach and suggestions are appreciated as well.
The text was updated successfully, but these errors were encountered: