Where can I obtain the security certificates (e.g., client certificate/private key) needed for TLS authentication with nRF Cloud?
- Are these generated during device onboarding, or must they be pre-provisioned?
Where can I obtain the security certificates (e.g., client certificate/private key) needed for TLS authentication with nRF Cloud?
- Are these generated during device onboarding, or must they be pre-provisioned?
I tried both examples, AT Client and AT monitor. In both cases, it seems there is no support for CONFIG_SLM_NRF_CLOUD. When I add the line CONFIG_SLM_NRF_CLOUD=y to the prj.conf file, I get an error during build:
at_client/prj.conf:32: warning: attempt to assign the value 'y' to the undefined symbol SLM_NRF_CLOUD
My apologies, the Kconfig symbol is specifically for the Serial LTE modem application. The symbol is defined specifically for the application and is not available for the samples in nRF Connect SDK, only the SLM application. My apologies again for my inexperience causing you delays.
Best regards,
Maria
What do I need to do next?
You can use the SLM application to test the nRF Cloud AT commands functionality and use the custom AT command implementations in your application.