CONFIG_MULTICELL_LOCATION_NRF_CLOUD_JWT_SEC_TAG

Security tag for JWT signing

Type: int

Help

Modem security tag which contains the JWT signing key for nRF Cloud.
This will usually be the same value as MULTICELL_LOCATION_TLS_SEC_TAG.

Direct dependencies

MULTICELL_LOCATION_SERVICE_NRF_CLOUD && MULTICELL_LOCATION

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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_NRF_CLOUD_JWT_SEC_TAG
    int "Security tag for JWT signing"
    default NRF_CLOUD_SEC_TAG
    depends on MULTICELL_LOCATION_SERVICE_NRF_CLOUD && MULTICELL_LOCATION
    help
      Modem security tag which contains the JWT signing key for nRF Cloud.
      This will usually be the same value as MULTICELL_LOCATION_TLS_SEC_TAG.

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