mirror of https://github.com/status-im/consul.git
Fix typo in ingress-gateway docs (#20835)
This commit is contained in:
parent
262f435800
commit
eccb144bbf
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue