Added jwtkeys/README.md
This commit is contained in:
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
|
Reference in New Issue
Block a user