Added jwtkeys/README.md

This commit is contained in:
Sybren A. Stüvel 2019-03-27 12:58:08 +01:00
parent 9f3946ba9e
commit 691c1411bc

6
jwtkeys/README.md Normal file
View File

@ -0,0 +1,6 @@
# Flamenco Server JWT keys
To generate a keypair for `ES256`:
openssl ecparam -genkey -name prime256v1 -noout -out es256-private.pem
openssl ec -in es256-private.pem -pubout -out es256-public.pem