Closed markllama closed 7 years ago
Originally from @wrichter This version includes updates to all loadbalancer options.
This allows you to enter a trusted ca cert to the openshift nodes and bastion host. This solves the issue https://bugzilla.redhat.com/show_bug.cgi?id=1419182 for me.
To use it, simply add a another parameter to your environment file as such:
trusted_ca_cert: | -----BEGIN CERTIFICATE----- <... CERT CONTENT ...> -----END CERTIFICATE-----
@tomassedovic notes that I can retain @wrichter commits and lay the refinements in as additional ones to retain citation. Closing and resubmitting.
Originally from @wrichter This version includes updates to all loadbalancer options.
This allows you to enter a trusted ca cert to the openshift nodes and bastion host. This solves the issue https://bugzilla.redhat.com/show_bug.cgi?id=1419182 for me.
To use it, simply add a another parameter to your environment file as such:
trusted_ca_cert: | -----BEGIN CERTIFICATE----- <... CERT CONTENT ...> -----END CERTIFICATE-----