secret keys moved for all servers
This commit is contained in:
parent
503c0efb49
commit
6ea7b70751
3 changed files with 0 additions and 0 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