CONFIG_MEMFAULT_NCS_PROVISION_CERTIFICATES

Provision certificates on initalization

Type: bool

Help

Provision required TLS root certificates for connecting to Memfault's
endpoints. If this option is disabled, the user is responsible for
calling the appropriate Memfault APIs for provisioning the
certificates before attempting to connect to Memfault servers.

Direct dependencies

MEMFAULT_ROOT_CERT_STORAGE_NRF9160_MODEM && MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/modules/memfault/Kconfig:107

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:55<nRF>/modules/Kconfig:10

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

config MEMFAULT_NCS_PROVISION_CERTIFICATES
    bool "Provision certificates on initalization"
    default y
    depends on MEMFAULT_ROOT_CERT_STORAGE_NRF9160_MODEM && MEMFAULT
    help
      Provision required TLS root certificates for connecting to Memfault's
      endpoints. If this option is disabled, the user is responsible for
      calling the appropriate Memfault APIs for provisioning the
      certificates before attempting to connect to Memfault servers.

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