application-gateway-kubernetes-ingress icon indicating copy to clipboard operation
application-gateway-kubernetes-ingress copied to clipboard

Option to add default SSL certificate

Open ssrahul96 opened this issue 2 years ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe.

Got wildcard ssl certificate using Let's Encrypt DNS Challenge. the TLS secret is in ingress-azure namespace. when we deploy our ingress controller in the same namespace it works fine.

But it could not be used in the ingress controller in a different namespace.

I could follow Syncing Secrets Across Namespaces for syncing the ssl certs.

But check whether the below solution is possible!

Describe the solution you'd like

Can we provide option for using default ssl certificate as like nginx ingress controller

ssrahul96 avatar Dec 09 '22 08:12 ssrahul96