Hello,
I am having nRF9160 with modem FW = 1.3.6 and nrf sdk version 2.7.0
I am using MBEDTLS library for generating self-signed & CSR certificates with EC-Key and RSA key. I am adding following configs in my prj.conf file
Hello,
I am having nRF9160 with modem FW = 1.3.6 and nrf sdk version 2.7.0
I am using MBEDTLS library for generating self-signed & CSR certificates with EC-Key and RSA key. I am adding following configs in my prj.conf file
dejans Thanks for your reply.
I revisited the Kconfigs to see if I have missed anything, but it does not seem like I have missed anything.
Hi,
MBEDTLS_X509_CRT_WRITE_C is not auto-enabled.
https://github.com/nrfconnect/sdk-nrf/blob/27bd6be1ccdbf4b434f450ef8eaf6e2e3a0bfe4d/subsys/nrf_security/Kconfig.tls#L66
Possibly you need MBEDTLS_X509_CRT_PARSE_C as well.
https://github.com/nrfconnect/sdk-nrf/blob/27bd6be1ccdbf4b434f450ef8eaf6e2e3a0bfe4d/subsys/nrf_security/Kconfig.tls#L54
Best regards,
Dejan
Thanks for the info dejans ,
I tried the above-mentioned configs. When I explicitly enable the

Hi,
What is the result if you add "default y" to MBEDTLS_X509_CRT_WRITE_C in Kconfig.tls?
If you have build folder, can you try to find nrf-prefixed configuration (find | grep nrf-) and post it here.
If you do not have build folder yet, please upload your complete project configuration.
Best regards,
Dejan