:orphan: .. title:: JWT_SIGN_RSA .. option:: CONFIG_JWT_SIGN_RSA *Use RSA signature (RS-256)* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`MBEDTLS ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/jwt/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:29`` Menu path: (Top) → Sub Systems and OS Services → JSON Web Token generation → JWT signature algorithm .. parsed-literal:: config JWT_SIGN_RSA bool "Use RSA signature (RS-256)" select \ :option:`MBEDTLS ` depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*