start project
This commit is contained in:
commit
68c6bc7a62
6 changed files with 155 additions and 0 deletions
13
Readme.md
Normal file
13
Readme.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue