dev-master
9999999-dev https://github.com/kiler129/PkiAuthenticatorServerSimple authenticator based on PKI used in iCar project.
MIT
The Requires
- php >=5.6.1
- lib-openssl *
by Grzegorz Zdanowski
authentication openssl pki
Wallogit.com
2017 © Pedro Peláez
Simple authenticator based on PKI used in iCar project.
Currently no documentation is provided, since project is in development and not ready to use by general public., (*1)
To get your own just use openssl:, (*2)
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., (*3)
Simple authenticator based on PKI used in iCar project.
MIT
authentication openssl pki