Skip to content

Commit 1400b4c

Browse files
committed
Use SAN extension for wildcard on custom certificate
- #28781
1 parent 290e86b commit 1400b4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/nw-ingress-setting-a-custom-default-certificate.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ custom resource (CR).
1515
certificate is signed by a trusted certificate authority or by a private trusted
1616
certificate authority that you configured in a custom PKI.
1717

18-
* Your certificate is valid for the Ingress domain.
18+
* Your certificate meets the following requirements:
19+
20+
** The certificate is valid for the ingress domain.
21+
22+
** The certificate uses the `subjectAltName` extension to specify a wildcard domain, such as `*.apps.ocp4.example.com`.
1923

2024
* You must have an `IngressController` CR. You may use the default one:
2125
+

0 commit comments

Comments
 (0)