https://github.com/tchx84/yaas-server
Yet Another Activation System (back-end) for OLPC deployments
https://github.com/tchx84/yaas-server
Last synced: 4 months ago
JSON representation
Yet Another Activation System (back-end) for OLPC deployments
- Host: GitHub
- URL: https://github.com/tchx84/yaas-server
- Owner: tchx84
- Created: 2015-03-13T06:23:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T06:23:23.000Z (over 10 years ago)
- Last Synced: 2025-01-30T00:27:26.577Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Yet Another Activation System
To create the private key and certificate:
openssl req -new -x509 -days 9999 -nodes -out pkey-cert.pem -keyout pkey-cert.pem
The private key and the certificate are both in pkey-cert.pem, DO NOT forget to do this:
chown OWNER pkey-cert.pem
chmod go-rwx pkey-cert.pem