aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuuta Liang <yuutaw@students.cs.ubc.ca>2023-09-30 07:10:47 +0800
committerYuuta Liang <yuutaw@students.cs.ubc.ca>2023-09-30 07:10:47 +0800
commite60c9c76243cfe0a408af98dc60bedb973e815db (patch)
tree44e64c80977bf0a7f5156cb417a486f11d57d91c
parent3731ab346255eea5b3a6723ddf906648a037f0af (diff)
downloadjca-e60c9c76243cfe0a408af98dc60bedb973e815db.tar
jca-e60c9c76243cfe0a408af98dc60bedb973e815db.tar.gz
jca-e60c9c76243cfe0a408af98dc60bedb973e815db.tar.bz2
jca-e60c9c76243cfe0a408af98dc60bedb973e815db.zip
Clarify on lists
Signed-off-by: Yuuta Liang <yuutaw@students.cs.ubc.ca>
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 38fb91d..3ab9a43 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,9 @@ template they use after CSR input.
6. View audit logs like who did what at what time for legal audit uses. Audit
log entries must never be deleted.
+For example, the user can add arbitrary number of `Cert`'s into a `CA`
+container, upon each successful sign.
+
## Author
Yuuta Liang <yuutaw@student.ubc.ca>