From af2edc69642d63026686c0b819bd683565b49da1 Mon Sep 17 00:00:00 2001 From: carolsi Date: Sat, 30 Dec 2023 01:24:31 +0800 Subject: [PATCH] Update example of refine the mutual TLS settings per port (#14385) --- .../en/docs/tasks/security/authentication/authn-policy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/security/authentication/authn-policy/index.md b/content/en/docs/tasks/security/authentication/authn-policy/index.md index 027bbfad92..48cb854d4e 100644 --- a/content/en/docs/tasks/security/authentication/authn-policy/index.md +++ b/content/en/docs/tasks/security/authentication/authn-policy/index.md @@ -242,7 +242,7 @@ sleep.legacy to httpbin.bar: 000 command terminated with exit code 56 {{< /text >}} -To refine the mutual TLS settings per port, you must configure the `portLevelMtls` section. For example, the following peer authentication policy requires mutual TLS on all ports, except port `80`: +To refine the mutual TLS settings per port, you must configure the `portLevelMtls` section. For example, the following peer authentication policy requires mutual TLS on all ports, except port `8080`: {{< text bash >}} $ cat <