CONFIG_NRF_CLOUD_PROVISION_CERTIFICATES

nRF Cloud library provision of certificate

Type: bool

Help

Enable run-time provisioning of certificates from the certificates header file selected by using NRF_CLOUD_CERTIFICATES_FILE

Direct dependencies

NRF_CLOUD

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/net/lib/nrf_cloud/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:18<nRF>/subsys/net/Kconfig:8<nRF>/subsys/net/lib/Kconfig:8

Menu path: (Top) → Modules → Nordic nRF Connect → Networking → Application protocols → nRF Cloud library

config NRF_CLOUD_PROVISION_CERTIFICATES
    bool "nRF Cloud library provision of certificate"
    select MODEM_KEY_MGMT if BSD_LIBRARY
    depends on NRF_CLOUD
    help
      Enable run-time provisioning of certificates from the
      certificates header file selected by using NRF_CLOUD_CERTIFICATES_FILE

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)