Starts documentation process with to-do list

This commit is contained in:
Hyatt 2023-03-27 08:27:57 -05:00
parent b7b88162ad
commit 9798d3d543
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

13
README.md Normal file
View File

@ -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