From f73094bba9143a67490e998d3bc25d140fcb5ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=B3=BD=E8=BD=A9?= Date: Mon, 30 Aug 2021 10:55:30 +0800 Subject: [PATCH] docs: we support mTLS on L4 (#4927) Signed-off-by: spacewander --- docs/en/latest/stream-proxy.md | 1 + docs/zh/latest/stream-proxy.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en/latest/stream-proxy.md b/docs/en/latest/stream-proxy.md index eaef30a4..291b9c45 100644 --- a/docs/en/latest/stream-proxy.md +++ b/docs/en/latest/stream-proxy.md @@ -112,6 +112,7 @@ apisix: Second, we need to configure certificate for the given SNI. See [Admin API's SSL section](./admin-api.md#ssl) for how to do. +mTLS is also supported, see [Protect Route](./mtls.md#protect-route) for how to do. Third, we need to configure a stream route to match and proxy it to the upstream: diff --git a/docs/zh/latest/stream-proxy.md b/docs/zh/latest/stream-proxy.md index 20eb2442..a7e26fc6 100644 --- a/docs/zh/latest/stream-proxy.md +++ b/docs/zh/latest/stream-proxy.md @@ -110,6 +110,7 @@ apisix: 接着,我们需要为给定的 SNI 配置证书。 具体步骤参考 [Admin API 的 SSL](./admin-api.md#ssl)。 +mTLS 也是支持的,参考 [保护路由](./mtls.md#保护路由)。 然后,我们需要配置一个 route,匹配连接并代理到上游: