From f941becbf56043d475c14e03dfdbd71aa3abf1d7 Mon Sep 17 00:00:00 2001 From: Kevin Owen Date: Sat, 8 Apr 2023 15:51:41 -0400 Subject: [PATCH] OCPBUGS-793: Replace "base64-encoded certificate" with "PEM certificate content" The previous description was technically inaccurate. --- modules/images-configuration-cas.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]