You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/ingress/cert_discovery.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Certificate Discovery
2
2
TLS certificates for ALB Listeners can be automatically discovered with hostnames from Ingress resources if the [`spec.certificateArn`](ingress_class.md#speccertificatearn) in [`IngressClassParams`](ingress_class.md#ingressclassparams-specification) or [`alb.ingress.kubernetes.io/certificate-arn`](annotations.md#certificate-arn) annotation is not specified.
3
3
4
-
The controller will attempt to discover TLS certificates from the `tls` field in Ingress and `host` field in Ingress rules.
4
+
The controller will attempt to discover TLS certificates from ACM, based on the `tls` field in Ingress and `host` field in Ingress rules.
5
5
6
6
!!!note ""
7
7
You need to explicitly specify to use HTTPS listener with [listen-ports](annotations.md#listen-ports) annotation.
0 commit comments