Skip to content

Tools/PEM / JWK/JWK to PEM

JWK to PEM

Paste a JWK object. This page emphasizes JWK → PEM. RSA public JWKs can also become an ssh-rsa line via the extra button on the hub tool.

Same converter: all directions · PEM to JWK

Loading tool…

How to use JWK to PEM

  1. 1. Paste JWK. A JSON object with kty and the usual parameters.
  2. 2. Click JWK → PEM. The action this URL is for.
  3. 3. Copy PEM. Private material stays in the tab until you copy it.

About this tool

“JWK to pem” is the opposite packaging job from PEM to JWK. Same workspace, different H1 and primary action, so the page is not a duplicate doorway.

SSH line

Only RSA public JWKs become authorized_keys lines. EC keys stay PEM/JWK here.

Code examples

JWK

{ "kty": "EC", "crv": "P-256", "x": "…", "y": "…" }

This is one direction of the shared converter. The editor is the same; the title and default direction match this search.

Frequently asked questions

Related tools

All tools