Added jwtkeys/README.md
This commit is contained in:
parent
9f3946ba9e
commit
691c1411bc
6
jwtkeys/README.md
Normal file
6
jwtkeys/README.md
Normal 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
|
Loading…
x
Reference in New Issue
Block a user