Stop Wrestling with OpenSSL: Generate JWKS in Seconds via Browser ๐Ÿ”‘

Published: (February 17, 2026 at 03:05 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

Cover image for Stop Wrestling with OpenSSL: Generate JWKS in Seconds via Browser ๐Ÿ”‘

What is this tool?

Itโ€™s a utility within devtoolkits.app that generates RSA key pairs and formats them into JWKS and PEM instantly.

Key Features

  • Instant RSA Generation โ€“ Choose between 2048 or 4096 bits.
  • Full JWKS Output โ€“ Includes kid, alg, and use parameters ready to be used in your /.well-known/jwks.json.
  • Private Key (PEM) โ€“ Get the private key simultaneously for signing your test JWTs.
  • Custom kid โ€“ Specify your Key ID to match your existing system configuration.

How to use it

  1. Go to the JWKS Generator: .
  2. (Optional) Set your kid or key size.
  3. Click Generate Keys.
  4. Copy the JWKS JSON for your public endpoint and the PEM for your signing logic.

Best for

  • Local Development โ€“ Mocking OIDC providers without setting up a real IDP.
  • Testing โ€“ Verifying your applicationโ€™s JWT signature validation logic.
  • Learning โ€“ Seeing exactly what goes into a JWKS object.

Wrap up

Security configuration shouldnโ€™t be a bottleneck. I hope this tool saves you some terminalโ€‘headaches!

Check it out here: .

0 views
Back to Blog

Related posts

Read more ยป