Skip to content

Commit

Permalink
docs: remove APISIX base instruction (#9117)
Browse files Browse the repository at this point in the history
  • Loading branch information
pottekkat authored Mar 29, 2023
1 parent 01f0498 commit 9b2b82f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/en/latest/mtls.md
Original file line number Diff line number Diff line change
@@ -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.
---

<!--
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9b2b82f

Please sign in to comment.