Fix typo in ingress-gateway docs (#20835)

This commit is contained in:
Nathan Coleman 2024-03-12 17:08:33 -04:00 committed by GitHub
parent 262f435800
commit eccb144bbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.