First Commit
This commit is contained in:
parent
41aa025490
commit
4dfd8cd516
41 changed files with 15479 additions and 2 deletions
5
backend/keys/jwtRS256.sh
Normal file
5
backend/keys/jwtRS256.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
|
||||
# Don't add passphrase
|
||||
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
|
||||
cat jwtRS256.key
|
||||
cat jwtRS256.key.pub
|
||||
Reference in a new issue