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
  1. View the installation program configuration file by running the following command:

    $ cat install-config.yaml
    Example 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-----
    ...
    Note

    Proxy certificates are managed by the system and not by users.