Fixed comment
This commit is contained in:
parent
dd70e4e019
commit
40b9d3bb2d
|
@ -10,7 +10,7 @@ type TLSConfig struct {
|
||||||
EnableRPC bool `mapstructure:"rpc"`
|
EnableRPC bool `mapstructure:"rpc"`
|
||||||
|
|
||||||
// VerifyServerHostname is used to enable hostname verification of servers. This
|
// VerifyServerHostname is used to enable hostname verification of servers. This
|
||||||
// ensures that the certificate presented is valid for server.<datacenter>.<domain>.
|
// ensures that the certificate presented is valid for server.<region>.nomad
|
||||||
// This prevents a compromised client from being restarted as a server, and then
|
// This prevents a compromised client from being restarted as a server, and then
|
||||||
// intercepting request traffic as well as being added as a raft peer. This should be
|
// intercepting request traffic as well as being added as a raft peer. This should be
|
||||||
// enabled by default with VerifyOutgoing, but for legacy reasons we cannot break
|
// enabled by default with VerifyOutgoing, but for legacy reasons we cannot break
|
||||||
|
|
Loading…
Reference in a new issue