From d1e2e907554d0dad1ced23a9859c8ad5e87be08f Mon Sep 17 00:00:00 2001 From: Lukas Frischknecht Date: Thu, 12 Sep 2024 22:51:29 +0200 Subject: [PATCH] fix: typo in mTLS documentation --- docs/mtls/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mtls/index.html b/docs/mtls/index.html index 904c57e..7713b0a 100644 --- a/docs/mtls/index.html +++ b/docs/mtls/index.html @@ -32,7 +32,7 @@

Mutual TLS

$ curl http://server:80
 
 Hello World! /$
-

To enforce mTLS such that only TLS traffic is accepted by all services in all Istio-injected namespacess, we’ll apply the following Istio PeerAuthentication resource:

+

To enforce mTLS such that only TLS traffic is accepted by all services in all Istio-injected namespaces, we’ll apply the following Istio PeerAuthentication resource:

apiVersion: "security.istio.io/v1beta1"
 kind: "PeerAuthentication"
 metadata: