From 57a91190a9dee9a043f9bdf4c0484a0b269e1d1f Mon Sep 17 00:00:00 2001 From: Dao Thanh Tung Date: Tue, 7 Feb 2023 11:01:28 +0800 Subject: [PATCH] Add missing doc for gRPC TLS (#16161) Signed-off-by: dttung2905 --- website/content/docs/install/ports.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/install/ports.mdx b/website/content/docs/install/ports.mdx index 0e53d91899..21254d9df5 100644 --- a/website/content/docs/install/ports.mdx +++ b/website/content/docs/install/ports.mdx @@ -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 |