An open API service indexing awesome lists of open source software.

https://github.com/fizzywhizbang/zca

simple certificate authority
https://github.com/fizzywhizbang/zca

ca certificate certificate-authority certificate-management pki self-signed-certificate ssl-certificates therecipe

Last synced: 9 days ago
JSON representation

simple certificate authority

Awesome Lists containing this project

README

          

# ZCA
the Zoe Certificate Authority

## About
I just started building this thing using code from:
https://github.com/jsha/minica
https://github.com/grantae/certinfo

Really just throwing a graphical interface on tools that exist in go (lipstick on a pig if you will)

## How it works
Install go
Install github.com/mappu/miqt/qt6
Download this source
go mod tidy
type go run .
If using a mac download the latest release (I will do my best to update this every time I release new code)

The program will create a root directory and a crt directory
The program will create a config file that can be modified within the program or with a text editor
Your root and intermediate certs will be stored under root and any other certs you create will be stored under crt
You can have more than one root CA if you deisre

I am still working on this and this program will be able to create multiple types of certificates

## OCSP Responder
forked from https://github.com/WestPowerData/GOCSP-responder and you can find the updated version that is tested and working with this CA here https://github.com/fizzywhizbang/GOCSP-responder