Skip to content

opus-codium/pakotoa

Repository files navigation

Pakotoa

A web application to manage X.509 Public Key Infrastructures (PKI).

Goals

  • Create and manage Certificate Authorities (CA), including chained/intermediate CAs;
  • Issue Certificates from Certificate Signing Requests (CSR);
  • Revoke Certificates and issue Certificate Revocation Lists (CRL);
  • Manage Policies to impose constraints on Certificate issuance;

Setup

Install as a regular Ruby on Rails application. Setup the database with:

bundle exec rails db:setup

An initial user account must be created with:

bundle exec rails console

Then, in the Rails console:

User.create(email: "bob@example.com", password: "secret")

About

A Ruby on Rails application to manage X.509 Public Key Infrastructures

Topics

Resources

Stars

Watchers

Forks

Contributors