Skip to content

Commit 6c8b246

Browse files
u-kainiclask25
authored and
niclask25
committed
update docs
1 parent 0807009 commit 6c8b246

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guide/ingress/annotations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,9 @@ TLS support can be controlled with the following annotations:
800800
- <a name="certificate-arn">`alb.ingress.kubernetes.io/certificate-arn`</a> specifies the ARN of one or more certificate managed by [AWS Certificate Manager](https://aws.amazon.com/certificate-manager)
801801

802802
!!!tip ""
803-
The first certificate in the list will be added as default certificate. And remaining certificate will be added to the optional certificate list.
803+
The first certificate in the list will be added as the default certificate.
804+
The remaining certificates will be added to the optional SNI certificate list.
805+
If the same certificate as the default certificate is also listed again (either explicitly in the list or via annotations from other IngressGroup members), it will still be added to the SNI list as well.
804806
See [SSL Certificates](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates) for more details.
805807

806808
!!!tip "Certificate Discovery"

0 commit comments

Comments
 (0)