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
You can check out the live demo of the application at https://peculiarventures.github.io/goodkey-demo-ca.
To run the application locally, you can use the following commands:
# Install dependencies
npm install
# Start the development server
npm start