Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/yaas-server
Yet Another Activation System (back-end) for OLPC deployments
https://github.com/tchx84/yaas-server
Last synced: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T06:23:23.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T23:35:13.564Z (3 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