A working initial prototype.
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Lab CA
|
||||
|
||||
This repository contains a simple CLI tool for managing a Certificate Authority (CA).
|
||||
|
||||
It has been designed to as easy to use as possible and provides a basic set of CA features:
|
||||
|
||||
- Create a CA and a self-signed CA certificate
|
||||
- Create and sing a few most common types of certificates:
|
||||
- Server certificate
|
||||
- Client certificate
|
||||
- Code signing certificate
|
||||
- Email certificate
|
||||
- Sign a CSR to create a certificate
|
||||
- Revoke a certificate
|
||||
- List issued certificates
|
||||
- Create a CRL (Certificate Revocation List)
|
Reference in New Issue
Block a user