Skip to content

Commit 9f8ee1a

Browse files
committed
update docs
1 parent 6857d83 commit 9f8ee1a

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
@@ -787,7 +787,9 @@ TLS support can be controlled with the following annotations:
787787
- <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)
788788

789789
!!!tip ""
790-
The first certificate in the list will be added as default certificate. And remaining certificate will be added to the optional certificate list.
790+
The first certificate in the list will be added as the default certificate.
791+
The remaining certificates will be added to the optional SNI certificate list.
792+
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.
791793
See [SSL Certificates](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates) for more details.
792794

793795
!!!tip "Certificate Discovery"

0 commit comments

Comments
 (0)