Keypair Generator
Generate RSA, EC, or Ed25519 signing keypairs in your browser — PEM private/public keys, a JWKS bundle, and env-var-ready output. Nothing ever leaves your tab.
Key options
Pick an algorithm and a key id, then generate. Everything runs locally.
Used only to build a suggested key id.
Stable label that goes in the JWT header and JWKS.
Equivalent openssl command
openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 -out signing-key.pemKeys are generated locally with the Web Crypto API and never leave your browser.