CONFIG_AZURE_FOTA_SEC_TAG

TLS sec tag

Type: int

Help

A security tag is a positive integer that serves as pointer to the location of the relevant certificates in the certificate storage of the device. A value of -1 indicates that no certificates are provisioned, which in most cases mean that a TLS connection will not be successfully established.

Direct dependencies

AZURE_FOTA

(Includes any dependencies from ifs and menus.)

Default

  • -1

Kconfig definition

At <nRF>/subsys/net/lib/azure_fota/Kconfig:46

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:14

Menu path: (Top) → Modules → Nordic nRF Connect → Networking → Application protocols → Azure FOTA library [EXPERIMENTAL]

config AZURE_FOTA_SEC_TAG
    int "TLS sec tag"
    default -1
    depends on AZURE_FOTA
    help
      A security tag is a positive integer that serves as pointer to the
      location of the relevant certificates in the certificate storage of
      the device. A value of -1 indicates that no certificates are
      provisioned, which in most cases mean that a TLS connection will
      not be successfully established.

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