Skip to content

Commit 714d01e

Browse files
authored
Merge pull request #34374 from jboxman/gh-28781
GH#28781: Use SAN extension for wildcard on custom certificate
2 parents 0cfe7b1 + 1400b4c commit 714d01e

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)