start project

This commit is contained in:
Warunee Tamkoo 2024-12-16 20:09:22 +07:00
commit 68c6bc7a62
6 changed files with 155 additions and 0 deletions

10
start.sh Normal file
View 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