Managing proxy certificates during installation
Configure proxy-trusted CA certificates during Red Hat OpenShift Container Platform installation using the additionalTrustBundle value in the installation program configuration.
The additionalTrustBundle value of the installation program configuration is used to specify any proxy-trusted CA certificates during installation.
Procedure
-
View the installation program configuration file by running the following command:
$ cat install-config.yamlExample output... proxy: httpProxy: http://<username:password@proxy.example.com:123/> httpsProxy: http://<username:password@proxy.example.com:123/> noProxy: <123.example.com,10.88.0.0/16> additionalTrustBundle: | -----BEGIN CERTIFICATE----- <MY_HTTPS_PROXY_TRUSTED_CA_CERT> -----END CERTIFICATE----- ...Proxy certificates are managed by the system and not by users.