mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
OCPBUGS-793: Replace "base64-encoded certificate" with "PEM certificate content"
The previous description was technically inaccurate.
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
027cf9b210
commit
f941becbf5
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user