From 6a76a0d69107b7014511825e73c3df540ffe3eaa Mon Sep 17 00:00:00 2001 From: Toby Schneider Date: Tue, 21 Sep 2021 00:34:38 +0200 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index c8bdb41..8a56752 100644 --- a/README.md +++ b/README.md @@ -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 help + ca 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 help + +COMMANDS + list List all certificates + get Get certificate content + create Create a new certificate + delete Delete existing certificate +```