Update README.md

This commit is contained in:
Toby Schneider
2021-09-21 00:34:38 +02:00
committed by GitHub
parent bbd32ee476
commit 6a76a0d691

View File

@@ -1,3 +1,30 @@
# Simple Certificate Authority
This is just a simplified CLI for OpenSSL to make it easier to issue self signed certificates.
`ca help`
```
USAGE
ca help
ca <COMMAND> help
ca <COMMAND> <SUBCOMMAND> help
COMMANDS
init Generate root key and root certificate
key Manage private keys
request Manage certificate requests
certificate Manage certificates
```
`ca certificate help`
```
USAGE
ca certificate help
ca certificate <COMMAND> help
COMMANDS
list List all certificates
get Get certificate content
create Create a new certificate
delete Delete existing certificate
```