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
@@ -800,7 +800,9 @@ TLS support can be controlled with the following annotations:
800
800
- <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)
801
801
802
802
!!!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.
804
806
See [SSL Certificates](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates) for more details.
0 commit comments