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/annotations.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -787,7 +787,9 @@ TLS support can be controlled with the following annotations:
787
787
- <aname="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)
788
788
789
789
!!!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.
791
793
See [SSL Certificates](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates) for more details.
0 commit comments