:orphan: .. title:: CONFIG_JWT_SIGN_RSA .. kconfig:: CONFIG_JWT_SIGN_RSA 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 =============================== - \ :kconfig:`MBEDTLS ` Kconfig definition ================== At ``/jwt/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/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.)*