From 9c638cb83ed6bc625fb85de553735ac85d1cece1 Mon Sep 17 00:00:00 2001 From: JoeAldinger Date: Tue, 16 Dec 2025 13:18:50 -0500 Subject: [PATCH] secured-routes:removes redundant unused file --- .../routes/secured-routes.adoc | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 networking/ingress_load_balancing/routes/secured-routes.adoc diff --git a/networking/ingress_load_balancing/routes/secured-routes.adoc b/networking/ingress_load_balancing/routes/secured-routes.adoc deleted file mode 100644 index fac9f80a71..0000000000 --- a/networking/ingress_load_balancing/routes/secured-routes.adoc +++ /dev/null @@ -1,32 +0,0 @@ -:_mod-docs-content-type: ASSEMBLY -[id="configuring-default-certificate"] -= Secured routes -include::_attributes/common-attributes.adoc[] -include::_attributes/attributes-openshift-dedicated.adoc[] -:context: secured-routes - -toc::[] - -Secure routes provide the ability to use several types of TLS termination to serve certificates to the client. The following sections describe how to create re-encrypt, edge, and passthrough routes with custom certificates. - -ifndef::openshift-rosa,openshift-rosa-hcp[] -[IMPORTANT] -==== -If you create routes in Microsoft Azure through public endpoints, the resource names are subject to restriction. You cannot create resources that use certain terms. For a list of terms that Azure restricts, see link:https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-reserved-resource-name[Resolve reserved resource name errors] in the Azure documentation. -==== -endif::openshift-rosa,openshift-rosa-hcp[] - -include::modules/nw-ingress-creating-a-reencrypt-route-with-a-custom-certificate.adoc[leveloffset=+1] - -include::modules/nw-ingress-creating-an-edge-route-with-a-custom-certificate.adoc[leveloffset=+1] - -include::modules/nw-ingress-creating-a-passthrough-route.adoc[leveloffset=+1] - -include::modules/nw-ingress-route-secret-load-external-cert.adoc[leveloffset=+1] - -ifndef::openshift-rosa-hcp,openshift-rosa,openshift-dedicated[] -[role="_additional-resources"] -.Additional resources - -* xref:../../../support/troubleshooting/investigating-pod-issues.adoc#investigating-pod-issues[Investigating pod issues] -endif::openshift-rosa-hcp,openshift-rosa,openshift-dedicated[]