Skip to content

Commit 6f5ba7b

Browse files
committed
OCPBUGS-793: Replace "base64-encoded certificate" with "PEM certificate content"
The previous description was technically inaccurate.
1 parent 8e7558d commit 6f5ba7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/images-configuration-cas.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The `image.config.openshift.io/cluster` custom resource can contain a reference
1717

1818
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.
1919

20-
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.
20+
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.
2121

2222
.Image registry CA config map example
2323
[source,yaml]

0 commit comments

Comments
 (0)