Skip to content

Commit

Permalink
docs: fix server-secret.yaml link in mtls.md (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeYoung authored Nov 3, 2022
1 parent 21f39e9 commit dd5acd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/tutorials/mtls.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ In APISIX Ingress Controller, we use [ApisixTls](../concepts/apisix_tls.md) reso

ApisixTls requires a secret which field `cert` and `key` contains the certificate and private key.

A secret yaml containing the certificate mentioned above [is here](./mtls/server-secret.yaml). In this guide, we use this as an example.
A secret yaml containing the certificate mentioned above [is here](https://github.com/apache/apisix-ingress-controller/blob/v1.5.0/docs/en/latest/tutorials/mtls/mtls.yaml). In this guide, we use this as an example.

```bash
kubectl apply -f ./mtls/server-secret.yaml -n default
Expand Down

0 comments on commit dd5acd3

Please sign in to comment.