From 59558b7022ca189f01827865708c8bc29f540579 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Tue, 12 Mar 2024 17:13:46 -0400 Subject: [PATCH] Backport of Fix typo in ingress-gateway docs into release/1.15.x (#20836) backport of commit c1e25c56dbffeccb08e4614ff3e43063a00d4ca9 Co-authored-by: Nathan Coleman --- website/content/docs/connect/config-entries/ingress-gateway.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/connect/config-entries/ingress-gateway.mdx b/website/content/docs/connect/config-entries/ingress-gateway.mdx index 6af84751546d..229b282a89b3 100644 --- a/website/content/docs/connect/config-entries/ingress-gateway.mdx +++ b/website/content/docs/connect/config-entries/ingress-gateway.mdx @@ -568,7 +568,7 @@ Specifies a list of cipher suites that gateway listeners support when negotiatin - Default: None - Data type: List of string values. Refer to the [Consul repository](https://github.com/hashicorp/consul/blob/v1.11.2/types/tls.go#L154-L169) for a list of supported ciphers. -### `TSL.SDS` +### `TLS.SDS` Specifies parameters for loading the TLS certificates from an external SDS service. Refer to [Serve custom TLS certificates from an external service](/consul/docs/connect/gateways/ingress-gateway/tls-external-service) for additional information.