CONFIG_MULTICELL_LOCATION_TLS_SEC_TAG

Security tag for TLS certificates

Type: int

Help

Security tag where the required TLS certificates for the selected
service will be stored. This sec tag will also be used to provision
certificates when multicell_location_provision_certificate() is called.

Direct dependencies

MULTICELL_LOCATION

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/lib/multicell_location/Kconfig:152

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

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

config MULTICELL_LOCATION_TLS_SEC_TAG
    int "Security tag for TLS certificates"
    range NRF_CLOUD_SEC_TAG NRF_CLOUD_SEC_TAG if MULTICELL_LOCATION_SERVICE_NRF_CLOUD
    default 175 if MULTICELL_LOCATION_SERVICE_HERE
    default 176 if MULTICELL_LOCATION_SERVICE_SKYHOOK
    default NRF_CLOUD_SEC_TAG if MULTICELL_LOCATION_SERVICE_NRF_CLOUD
    default -1
    depends on MULTICELL_LOCATION
    help
      Security tag where the required TLS certificates for the selected
      service will be stored. This sec tag will also be used to provision
      certificates when multicell_location_provision_certificate() is called.

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