Skip to content

Commit

Permalink
Backport of values.yaml - tlsServerName docs into release/1.1.x (#3664)
Browse files Browse the repository at this point in the history
* backport of commit 1598b40

* backport of commit 41dabc4

---------

Co-authored-by: David Yu <dyu@hashicorp.com>
  • Loading branch information
hc-github-team-consul-core and David Yu authored Feb 20, 2024
1 parent 16ff1c2 commit 1157afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ externalServers:
# Note: If enabling clients, `client.join` must also be set to the hosts that should be
# used to join the cluster. In most cases, the `client.join` values
# should be the same, however, they may be different if you
# wish to use separate hosts for the HTTPS connections.
# wish to use separate hosts for the HTTPS connections. `tlsServerName` is required if TLS is enabled and 'hosts' is not a DNS name.
# @type: array<string>
hosts: []

Expand All @@ -1338,7 +1338,7 @@ externalServers:
# The GRPC port of the Consul servers.
grpcPort: 8502

# The server name to use as the SNI host header when connecting with HTTPS.
# The server name to use as the SNI host header when connecting with HTTPS. This name also appears as the hostname in the server certificate's subject field.
# @type: string
tlsServerName: null

Expand Down

0 comments on commit 1157afe

Please sign in to comment.