You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/administration-guide/pages/importing-untrusted-tls-certificates.adoc
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,21 @@ The ConfigMaps can have an arbitrary amount of keys with a random amount of cert
20
20
All certificates are mounted into:
21
21
22
22
* `/public-certs` location of {prod-short} server and dashboard pods
23
-
* `/public-certs` and `/etc/pki/ca-trust/extracted/pem` locations of workspaces pods
23
+
* `/etc/pki/ca-trust/extracted/pem` locations of workspaces pods
24
24
25
-
The `/etc/pki/ca-trust/extracted/pem` directory is where the system stores extracted CA certificates for trusted certificate authorities on Red Hat (e.g., CentOS, Fedora). CLI tools automatically use certificates from the system-trusted locations, when the user's workspace is up and running.
25
+
Configure the `CheCluster` custom resource to disable CA bundle mounting at `/etc/pki/ca-trust/extracted/pem`. The certificates will instead be mounted at `/public-certs` to keep the behaviour from the previous version.
26
26
27
+
[NOTE]
28
+
====
29
+
Configure the `CheCluster` Custom Resource in order to disable the mounting of the CA bundle under the path `/etc/pki/ca-trust/extracted/pem`. Certificates will be mounted under the path `/public-certs` in this case.
30
+
[source,yaml]
31
+
----
32
+
spec:
33
+
devEnvironments:
34
+
trustedCerts:
35
+
disableWorkspaceCaBundleMount: true
36
+
----
37
+
====
27
38
[IMPORTANT]
28
39
====
29
40
On OpenShift cluster, {prod-short} operator automatically adds Red Hat Enterprise Linux CoreOS (RHCOS) trust bundle into mounted certificates.
@@ -76,7 +87,7 @@ This command returns CA bundle certificates in PEM format:
0 commit comments