cert-operator
cert-operator copied to clipboard
An OpenShift controller using the Operator SDK for managing TLS certficate lifecycle
We would like to explore how we might use this project as a wrapper around [Jetstack Cert Manager](https://github.com/jetstack/cert-manager). This project is gaining a lot of traction, even getting PKI vendors...
In order to help with organizations looking to adopt the operator, want to provide a good method for them to get it built and deployed. To help with this, we...
Rather than baking a PEM file into our main docker image to add a trusted certificate, we should be mounting those into the container at runtime, and use a start...