From 0bcc057e741af3fbc108f42b75f9d42f48f6a51e Mon Sep 17 00:00:00 2001 From: Yuuta Liang Date: Sat, 14 Oct 2023 05:12:06 +0800 Subject: Implement the CA Signed-off-by: Yuuta Liang --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3ab9a43..907ba30 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ proprietary). As a user, I want to be able to: -1. Import a CA cryptography key-pair and its corresponding X.509 certificate +1. Generate a CA cryptography key-pair and its corresponding X.509 certificate into the program and view it. The private key must not be displayed or exported in any format under any circumstances for security purposes. 2. Input CSRs, edit the certificate properties (e.g., subject, not before, @@ -41,7 +41,7 @@ optionally revoke any of them with a corresponding PKCS#10 reason. The certificates must not be deleted from the list under any circumstances but only revoked because some future administrators or the legal team may need to audit it. -4. Publish base and optionally delta CRLs. +4. Publish base CRLs. 5. Add, enable, disable, or remove custom certificate templates (also called policies) that constraints what each type of certificates can and cannot have and their properties (e.g., TLS server certificates vs user logon certificates -- cgit v1.2.3