Skip to content

Commit 2ab64f9

Browse files
committed
Docs: mention ACM in Certificate Discovery
1 parent 49a4f10 commit 2ab64f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/ingress/cert_discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Certificate Discovery
22
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.
33

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.
55

66
!!!note ""
77
You need to explicitly specify to use HTTPS listener with [listen-ports](annotations.md#listen-ports) annotation.

0 commit comments

Comments
 (0)