If the Azure Stack Hub environment is using an internal Certificate Authority (CA), update the cluster-proxy-01-config.yaml file to configure the cluster to use the internal CA.
Prerequisites
-
Create the
install-config.yamlfile and specify the certificate trust bundle in.pemformat. -
Create the cluster manifests.
Procedure
-
From the directory in which the installation program creates files, go to the
manifestsdirectory. -
Add
user-ca-bundleto thespec.trustedCA.namefield.Examplecluster-proxy-01-config.yamlfileapiVersion: config.openshift.io/v1 kind: Proxy metadata: creationTimestamp: null name: cluster spec: trustedCA: name: user-ca-bundle status: {}
-
Optional: Back up the
manifests/ cluster-proxy-01-config.yamlfile. The installation program consumes themanifests/directory when you deploy the cluster.