: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 ================== At ``/jwt/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:29`` Menu path: (Top) → Sub Systems and OS Services → JSON Web Token generation → JWT signature algorithm .. code-block:: kconfig config JWT_SIGN_RSA bool "Use RSA signature (RS-256)" select MBEDTLS depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*