Add missing doc for gRPC TLS (#16161)
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
This commit is contained in:
parent
86b3ed6319
commit
122d57d4d6
|
@ -21,6 +21,7 @@ Before running Consul, you should ensure the following bind ports are accessible
|
||||||
| HTTP: The HTTP API (TCP Only) | 8500 |
|
| HTTP: The HTTP API (TCP Only) | 8500 |
|
||||||
| HTTPS: The HTTPs API | disabled (8501)\* |
|
| HTTPS: The HTTPs API | disabled (8501)\* |
|
||||||
| gRPC: The gRPC API | disabled (8502)\* |
|
| 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 |
|
| LAN Serf: The Serf LAN port (TCP and UDP) | 8301 |
|
||||||
| Wan Serf: The Serf WAN port (TCP and UDP) | 8302 |
|
| Wan Serf: The Serf WAN port (TCP and UDP) | 8302 |
|
||||||
| server: Server RPC address (TCP Only) | 8300 |
|
| server: Server RPC address (TCP Only) | 8300 |
|
||||||
|
|
Loading…
Reference in New Issue