The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_JWT_SIGN_RSA

Use RSA signature (RS-256)

Type: bool

Direct dependencies

<choice: JWT signature algorithm>

(Includes any dependencies from if’s and menus.)

Symbols selected by this symbol

Kconfig definition

At subsys/jwt/Kconfig:19

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:42

Menu path: (top menu) → Enable JSON Web Token generation → JWT signature algorithm

config JWT_SIGN_RSA
    bool
    prompt "Use RSA signature (RS-256)" if <choice: JWT signature algorithm>
    select MBEDTLS if <choice: JWT signature algorithm>
    depends on <choice: JWT signature algorithm>

(Definitions include propagated dependencies, including from if’s and menus.)