Hello,
I too have a problem using custom cert with OCP provisioning on oVirt
Adding Evgeny and Janos for this.
I followed the following documentation to update the default cert with my letsencrypt one :
After following these steps, I can verify in my browser that the engine is now behind the new custom certificate from letsencrypt.
Indeed - that's intentional. This certificate is still in use, internally.
When running openshift-install create install-config, the certificate that is automaticlly retrived from engine.fqdn:443 is the old one, not the new custom one.
Are there missing steps in the above procedures?
Not sure how OCP on oVirt does this, but it should not use the above URL.
For doing this safely, it should either use out-of-band means, or let the
user supply the cert(s). If safety is not an issue, you should be able to
get the certs right off the SSL connection, e.g. with 's_client --showcerts',
e.g.:
Good luck and best regards,
--