| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
client software licensing server
git clone https://github.com/devfans/node-license-server.git cd node-license-server npm start
The licensing server will generate client software license to permit client software to run when software user trys to run it at the first time, and the license can be saved locally to be reused for the bound machine. The main flow should be like:
node-license-client is a nodejs implementation client module for node-license-server.
openssl genrsa -des3 -out private.pem 1024 openssl rsa -in private.pem -outform PEM -pubout -out public.pem
| Back | FazBrowse Home | New Git URL |