noflash / pki-authenticator-server
Simple authenticator based on PKI used in iCar project.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/noflash/pki-authenticator-server
Requires
- php: >=5.6.1
- lib-openssl: *
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.