How to use JWK to PEM
- 1. Paste JWK. A JSON object with kty and the usual parameters.
- 2. Click JWK → PEM. The action this URL is for.
- 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": "…" }