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

13
Readme.md Normal file
View file

@ -0,0 +1,13 @@
# BMA HRMS SSO Simulator
## install
```bash
npm i
# สร้าง Public/Private key เกิดสามไฟล์ BMA BMA.pub BMA.pub.pem
ssh-keygen -t rsa -b 4096 -m PEM -f BMA
openssl rsa -in BMA -pubout > BMA.pub.pem
# เรียกใช้โปรแกรม
node sso.js
```