From eccb144bbf02da9bb7904283e4643cabb86649a2 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Tue, 12 Mar 2024 17:08:33 -0400 Subject: [PATCH] Fix typo in ingress-gateway docs (#20835) --- 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 7b5eb23e17..07339ffb52 100644 --- a/website/content/docs/connect/config-entries/ingress-gateway.mdx +++ b/website/content/docs/connect/config-entries/ingress-gateway.mdx @@ -576,7 +576,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.