:orphan: .. title:: CONFIG_SB_SIGNING_OPENSSL .. kconfig:: CONFIG_SB_SIGNING_OPENSSL CONFIG_SB_SIGNING_OPENSSL ######################### *Sign with openssl command line tool.* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`SB_PRIVATE_KEY_PROVIDED ` Kconfig definition ================== At ``/subsys/bootloader/Kconfig:53`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:8`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Use Secure Bootloader → Firmware signing method .. code-block:: kconfig config SB_SIGNING_OPENSSL bool "Sign with openssl command line tool." select SB_PRIVATE_KEY_PROVIDED depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*