Skip to content

Rerito/pkistore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKI Store open source implementation

The objective behind this project is to design a set of classes to interact with and represent a PKI. The main idea is to use appropriate data structures to model a full certificate arborescence.

Public API

The public API offers a set of instructions to build a PKI and process authentication requests with it.

Currently I came up with the following routines:

  • Add/Remove certificate
  • Add/Remove CRL
  • Certificate authentication

I also wish to let the user attach a payload to a certificate (maybe using clever templating). At this point, this is just an idea.

About

Open source API to handle PKIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published