Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 771 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 771 Bytes

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