This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new f73094b docs: we support mTLS on L4 (#4927)
f73094b is described below
commit f73094bba9143a67490e998d3bc25d140fcb5ab7
Author: 罗泽轩 <[email protected]>
AuthorDate: Mon Aug 30 10:55:30 2021 +0800
docs: we support mTLS on L4 (#4927)
Signed-off-by: spacewander <[email protected]>
---
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 eaef30a..291b9c4 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 20eb244..a7e26fc 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,匹配连接并代理到上游: