noflash/pki-authenticator-server

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple authenticator based on PKI used in iCar project.

dev-master / 1.0.x-dev 2015-08-25 16:51 UTC

This package is auto-updated.

Last update: 2021-02-10 10:48:36 UTC


README

Currently no documentation is provided, since project is in development and not ready to use by general public.

NEVER EVER USE SAMPLE KEYS IN PRODUCTION ENVIRONMENT!

To get your own just use openssl:

openssl genrsa -out private_key.pem 4096
openssl rsa -pubout -in private_key.pem -out public_key.pem

Keep in mind server should store it's private key and service public keys (never private ones!). However it's not a security risk to store server public key within keys folder.