From 9798d3d5434ec77df8db8af080e1b196ef345bb2 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Mon, 27 Mar 2023 08:27:57 -0500 Subject: [PATCH] Starts documentation process with to-do list --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad8942e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# mutating-webhook + +## Table of Contents + +1. [To do](#to-do) + +## To do + +* Validate certificate logic (do we have a CA private-key, if not, don't generate cetrificte, etc.) +* Add 5-10 minutes at random to generated cert to prevent all instance's certs from expiring at the same time. +* Determine certificate expiration and automatically stop the service when certificate expires. (optional?) +* Add unit tests +* Add documentation \ No newline at end of file