CONFIG_SB_SIGNING_OPENSSL

Sign with openssl command line tool.

Type: bool

Direct dependencies

<choice SB_SIGNING: Firmware signing method>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/bootloader/Kconfig:52

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

Menu path: (Top) → Modules → Nordic nRF Connect → Bootloader → Use Secure Bootloader → Firmware signing method

config SB_SIGNING_OPENSSL
    bool "Sign with openssl command line tool."
    select SB_PRIVATE_KEY_PROVIDED
    depends on <choice SB_SIGNING: Firmware signing method>

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