mirror of
https://github.com/status-im/consul.git
synced 2025-02-09 04:14:50 +00:00
By requiring Connect and a gRPC TLS listener we can automatically configure TLS for all peering control-plane traffic.
6 lines
60 B
HCL
6 lines
60 B
HCL
ports {
|
|
grpc_tls = 8503
|
|
}
|
|
connect {
|
|
enabled = true
|
|
} |