Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

kiler129/PkiAuthenticatorServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKI Authenticator Server

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published