docs: we support mTLS on L4 (#4927)

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
罗泽轩 2021-08-30 10:55:30 +08:00 committed by GitHub
parent 3c01202d70
commit f73094bba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -110,6 +110,7 @@ apisix:
接着,我们需要为给定的 SNI 配置证书。
具体步骤参考 [Admin API 的 SSL](./admin-api.md#ssl)。
mTLS 也是支持的,参考 [保护路由](./mtls.md#保护路由)。
然后,我们需要配置一个 route匹配连接并代理到上游