You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/02 01:28:03 UTC

[GitHub] [apisix] juzhiyuan commented on a diff in pull request #8440: docs: added tutorial on how to configure mTLS between the client and APISIX

juzhiyuan commented on code in PR #8440:
URL: https://github.com/apache/apisix/pull/8440#discussion_r1037708073


##########
docs/zh/latest/tutorials/route-mtls.md:
##########
@@ -0,0 +1,199 @@
+---
+title: 配置路由的 mTLS
+keywords:
+  - mTLS
+  - API 网关
+  - APISIX
+description: 本文介绍了如何配置客户端和 Apache APISIX 之间的 mTLS。
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+TLS 双向认证一般简称为 mTLS,是目前主流的 TLS 协议。如果在你的网络环境中,要求只有受信任的客户端才可以访问服务端,那么 mTLS 是目前最合适的一种方案。本文主要介绍了如何配置 Apache APISIX 和客户端之间的 mTLS。

Review Comment:
   Check wiki



##########
docs/zh/latest/tutorials/route-mtls.md:
##########
@@ -0,0 +1,199 @@
+---

Review Comment:
   Slug: `/client-to-apisix-mtls`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org