Skip to content

Commit 245a992

Browse files
committed
BZ2106748: Add a note regarding x509 certificate validatio error
1 parent 965a927 commit 245a992

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/olm-injecting-custom-ca.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@ spec:
6868
<4> `ca-bundle.crt` is required as the config map key.
6969
<5> `tls-ca-bundle.pem` is required as the config map path.
7070
<6> Create a `trusted-ca` volume mount.
71+
+
72+
[NOTE]
73+
====
74+
Deployments of an Operator can fail to validate the authority and display a `x509 certificate signed by unknown authority` error. This error can occur even after injecting a custom CA when using the subscription of an Operator. In this case, you can set the `mountPath` as `/etc/ssl/certs` for trusted-ca by using the subscription of an Operator.
75+
====

0 commit comments

Comments
 (0)