You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by na...@apache.org on 2023/03/29 07:39:26 UTC

[apisix] branch master updated: docs: remove APISIX base instruction (#9117)

This is an automated email from the ASF dual-hosted git repository.

navendu 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 9b2b82f05 docs: remove APISIX base instruction (#9117)
9b2b82f05 is described below

commit 9b2b82f05c07a06d018f3bf5739b5c94222c769b
Author: Navendu Pottekkat <na...@apache.org>
AuthorDate: Wed Mar 29 13:09:17 2023 +0530

    docs: remove APISIX base instruction (#9117)
---
 docs/en/latest/mtls.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/en/latest/mtls.md b/docs/en/latest/mtls.md
index 1a1180a09..fe0f43ef7 100644
--- a/docs/en/latest/mtls.md
+++ b/docs/en/latest/mtls.md
@@ -1,5 +1,10 @@
 ---
 title: Mutual TLS Authentication
+keywords:
+  - Apache APISIX
+  - Mutual TLS
+  - mTLS
+description: This document describes how you can secure communication to and within APISIX with mTLS.
 ---
 
 <!--
@@ -68,7 +73,7 @@ curl --cacert /data/certs/mtls_ca.crt --key /data/certs/mtls_client.key --cert /
 
 ### How to configure
 
-You need to build [APISIX-Base](./FAQ.md#how-do-i-build-the-apisix-base-environment) and configure `etcd.tls` section if you want APISIX to work on an etcd cluster with mTLS enabled.
+You need to configure `etcd.tls` for APISIX to work on an etcd cluster with mTLS enabled as shown below:
 
 ```yaml title="conf/config.yaml"
 deployment: