Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/nw-ingress-gateway-api-enable.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ router-default 2/2 2 2 6h4m
----
$ oc -n openshift-ingress create secret tls gwapi-wildcard --cert=wildcard.crt --key=wildcard.key
----
+
[NOTE]
====
For more information on creating `wildcard.crt` and `wildcard.key` see _Replacing the default ingress certificate_.
====

. Get the domain of the Ingress Operator by running the following command:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ include::modules/nw-ingress-gateway-api-implementation.adoc[leveloffset=+1]

include::modules/nw-ingress-gateway-api-enable.adoc[leveloffset=+1]

.Additional resources
* xref:../../../security/certificates/replacing-default-ingress-certificate.adoc#replacing-default-ingress_replacing-default-ingress[Replacing the default ingress certificate]

include::modules/nw-ingress-gateway-api-deployment-topologies.adoc[leveloffset=+1]

.Additional resources
Expand Down