Skip to content

A demo Certificate Authority (CA) interface for easy digital certificate issuance and management based on CSRs.

License

Notifications You must be signed in to change notification settings

PeculiarVentures/goodkey-demo-ca

Repository files navigation

GoodKey Demo CA

This is a demo Certificate Authority (CA) interface for easy digital certificate issuance and management based on Certificate Signing Requests (CSRs). It's built with React and TypeScript, and uses the @peculiar/x509 library for handling X.509 certificates.

The application allows you to:

  • Issue a certificate based on a CSR
  • View details of a certificate

Live Demo

You can check out the live demo of the application at https://peculiarventures.github.io/goodkey-demo-ca.

Development

To run the application locally, you can use the following commands:

# Install dependencies
npm install

# Start the development server
npm start

About

A demo Certificate Authority (CA) interface for easy digital certificate issuance and management based on CSRs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published