Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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