diff --git a/modules/images-configuration-cas.adoc b/modules/images-configuration-cas.adoc index 5e420505e4..ff93fd4a9b 100644 --- a/modules/images-configuration-cas.adoc +++ b/modules/images-configuration-cas.adoc @@ -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]