feat: initial commit

This commit is contained in:
2025-08-19 17:13:18 +02:00
commit 02ed990f62
7 changed files with 143 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# `jwk2pem`
Un simple outil en ligne de commande permettant de transformer une clé publique au format [JWK](https://www.rfc-editor.org/rfc/rfc7517) en sa représentation au format [PEM](https://fr.wikipedia.org/wiki/Demande_de_signature_de_certificat).
## Usage
```bash
echo <jwk> | jwk2pem > mykey.pem
```
Une image Docker est également disponible `reg.cadoles.com/cadoles/jwk2pem`.