Skip to content

Commit ae17a94

Browse files
authored
Merge pull request #58457 from kowen-rh/ocpbugs-793
OCPBUGS#793: Replace "base64-encoded certificate"
2 parents 148b1d1 + 6f5ba7b commit ae17a94

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)