mutating-webhook/README.md
2023-03-27 08:30:16 -05:00

13 lines
428 B
Markdown

# 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 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?)
* Add unit tests
* Add documentation