start project
This commit is contained in:
commit
68c6bc7a62
6 changed files with 155 additions and 0 deletions
10
start.sh
Normal file
10
start.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
ssh-keygen -t rsa -b 4096 -m PEM -f BMA -N ""
|
||||
openssl rsa -in BMA -pubout > BMA.pub.pem
|
||||
|
||||
# Start the first app
|
||||
node ./sso.js &
|
||||
|
||||
# Wait for all background processes to finish
|
||||
wait
|
||||
Loading…
Add table
Add a link
Reference in a new issue