https://github.com/valerybugakov/lamassu-server
https://github.com/valerybugakov/lamassu-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valerybugakov/lamassu-server
- Owner: valerybugakov
- Created: 2016-03-18T23:19:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T07:48:36.000Z (about 10 years ago)
- Last Synced: 2025-03-10T19:50:15.764Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage
========
Server machine
------------
Generate CA, key and certificate. Load them to updater machine.
```
git clone https://github.com/valerybugakov/lamassu-server.git
cd lamassu-server
./gen.sh YOUR_CNAME_HERE
node server.js DEVICE_ID UPDATER_FILE // (default ./exec.sh)
```