2017 © Pedro Peláez
 

library pki-authenticator-server

Simple authenticator based on PKI used in iCar project.

image

noflash/pki-authenticator-server

Simple authenticator based on PKI used in iCar project.

  • Tuesday, August 25, 2015
  • by kiler129
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PKI Authenticator Server

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

NEVER EVER USE SAMPLE KEYS IN PRODUCTION ENVIRONMENT!

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)

The Versions

25/08 2015

dev-master

9999999-dev https://github.com/kiler129/PkiAuthenticatorServer

Simple authenticator based on PKI used in iCar project.

  Sources   Download

MIT

The Requires

  • php >=5.6.1
  • lib-openssl *

 

by Grzegorz Zdanowski

authentication openssl pki