From 458f394370cb12568783dd8226ef5bc6db41911d Mon Sep 17 00:00:00 2001 From: nhyatt Date: Tue, 28 Mar 2023 09:40:14 -0500 Subject: [PATCH] adds more to do --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42f010b..8df6c72 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,7 @@ * Validate certificate logic (do we have a CA private-key, if not, don't generate certificate, 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?) +* dynamic reloading of configuration + * Hash configmap, re-read/hash file every so often, if changes stop or re-run init? * Add unit tests * Add documentation \ No newline at end of file