mirror of https://github.com/hashicorp/consul
Add missing doc for gRPC TLS (#16161)
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>pull/16179/head^2
parent
3be514ac02
commit
57a91190a9
|
@ -21,6 +21,7 @@ Before running Consul, you should ensure the following bind ports are accessible
|
|||
| HTTP: The HTTP API (TCP Only) | 8500 |
|
||||
| HTTPS: The HTTPs API | disabled (8501)\* |
|
||||
| gRPC: The gRPC API | disabled (8502)\* |
|
||||
| gRPC TLS: The gRPC API with TLS connections | disabled (8503)\* |
|
||||
| LAN Serf: The Serf LAN port (TCP and UDP) | 8301 |
|
||||
| Wan Serf: The Serf WAN port (TCP and UDP) | 8302 |
|
||||
| server: Server RPC address (TCP Only) | 8300 |
|
||||
|
|
Loading…
Reference in New Issue