operator-framework / operator-controller

Apache License 2.0
29 stars 47 forks source link

Cleanup use of PEM with certificates #999

Open tmshort opened 1 week ago

tmshort commented 1 week ago

Currently, many of the interfaces used with certificates within rukpak/operator-controller depend on the use of large PEM strings. It would be better to use CertPool types/APIs.