1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #58590 from openshift-cherrypick-robot/cherry-pick-58457-to-enterprise-4.13

[enterprise-4.13] OCPBUGS#793: Replace "base64-encoded certificate"
This commit is contained in:
Kelly Brown
2023-04-12 13:41:14 -04:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ The `image.config.openshift.io/cluster` custom resource can contain a reference
You can create a config map in the `openshift-config` namespace and use its name in `AdditionalTrustedCA` in the `image.config.openshift.io` custom resource to provide additional CAs that should be trusted when contacting external registries.
The config map key is the hostname of a registry with the port for which this CA is to be trusted, and the base64-encoded certificate is the value, for each additional registry CA to trust.
The config map key is the hostname of a registry with the port for which this CA is to be trusted, and the PEM certificate content is the value, for each additional registry CA to trust.
.Image registry CA config map example
[source,yaml]