mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 00:48:45 +01:00
This patch introduces recent optimizations for tls config generation. 1. Now the library ignores the fact the CA certificate can be broken (if it can't parse it for some reason, it just leaves an empty string without a notice). From now we raise an error in this case. 2. It tries to prevent some obvious formatting errors in the certificate like leading and trailing spaces, additional new lines etc.