diff --git a/content/blog/2018/egress-mongo/index.md b/content/blog/2018/egress-mongo/index.md index e83ae84778..c5cae5af88 100644 --- a/content/blog/2018/egress-mongo/index.md +++ b/content/blog/2018/egress-mongo/index.md @@ -595,7 +595,7 @@ to be 443. The egress gateway accepts the MongoDB traffic on the port 443, match {{< tabset cookie-name="mtls" >}} - {{< tab name="mTLS enabled" cookie-value="enabled" >}} + {{< tab name="mutual TLS enabled" cookie-value="enabled" >}} {{< text bash >}} $ kubectl apply -f - <}} - {{< tab name="mTLS disabled" cookie-value="disabled" >}} + {{< tab name="mutual TLS disabled" cookie-value="disabled" >}} {{< text bash >}} $ kubectl apply -f - <}} - {{< tab name="mTLS enabled" cookie-value="enabled" >}} + {{< tab name="mutual TLS enabled" cookie-value="enabled" >}} {{< text bash >}} $ kubectl apply -f - <}} - {{< tab name="mTLS disabled" cookie-value="disabled" >}} + {{< tab name="mutual TLS disabled" cookie-value="disabled" >}} {{< text bash >}} $ kubectl apply -f - <}} - {{< tab name="mTLS enabled" cookie-value="enabled" >}} + {{< tab name="mutual TLS enabled" cookie-value="enabled" >}} -{{< text bash >}} + {{< text bash >}} $ kubectl apply -f - <}} + {{< /text >}} {{< /tab >}} - {{< tab name="mTLS disabled" cookie-value="disabled" >}} + {{< tab name="mutual TLS disabled" cookie-value="disabled" >}} -{{< text bash >}} + {{< text bash >}} $ kubectl apply -f - <}} - {{< tab name="mTLS enabled" cookie-value="enabled" >}} + {{< tab name="mutual TLS enabled" cookie-value="enabled" >}} -{{< text bash >}} + {{< text bash >}} $ kubectl apply -f - <}} + {{< /text >}} {{< /tab >}} - {{< tab name="mTLS disabled" cookie-value="disabled" >}} + {{< tab name="mutual TLS disabled" cookie-value="disabled" >}} -{{< text bash >}} + {{< text bash >}} $ kubectl apply -f - <}} - {{< tab name="mTLS enabled" cookie-value="enabled" >}} + {{< tab name="mutual TLS enabled" cookie-value="enabled" >}} -{{< text bash >}} + {{< text bash >}} $ kubectl apply -f - <}} + {{< /text >}} {{< /tab >}} - {{< tab name="mTLS disabled" cookie-value="disabled" >}} + {{< tab name="mutual TLS disabled" cookie-value="disabled" >}} -{{< text bash >}} + {{< text bash >}} $ kubectl apply -f - <}} + {{< /text >}} {{< /tab >}} diff --git a/content/docs/setup/kubernetes/install/kubernetes/index.md b/content/docs/setup/kubernetes/install/kubernetes/index.md index 9a72a89542..49e15209ef 100644 --- a/content/docs/setup/kubernetes/install/kubernetes/index.md +++ b/content/docs/setup/kubernetes/install/kubernetes/index.md @@ -41,7 +41,7 @@ This permits customization of Istio to operator specific requirements. {{< tabset cookie-name="profile" >}} -{{< tab name="permissive mTLS" cookie-value="permissive" >}} +{{< tab name="permissive mutual TLS" cookie-value="permissive" >}} When using the permissive mutual TLS mode, all services accept both plain text and mutual TLS traffic. Clients send plain text traffic unless configured for [mutual migration](/docs/tasks/security/mtls-migration/#configure-clients-to-send-mutual-tls-traffic). @@ -62,7 +62,7 @@ $ kubectl apply -f install/kubernetes/istio-demo.yaml {{< /tab >}} -{{< tab name="strict mTLS" cookie-value="strict" >}} +{{< tab name="strict mutual TLS" cookie-value="strict" >}} This variant will enforce [mutual TLS authentication](/docs/concepts/security/#mutual-tls-authentication) between all clients and servers. @@ -175,7 +175,7 @@ non-existent resources because they may have been deleted hierarchically. {{< tabset cookie-name="profile" >}} -{{< tab name="permissive mTLS" cookie-value="permissive" >}} +{{< tab name="permissive mutual TLS" cookie-value="permissive" >}} {{< text bash >}} $ kubectl delete -f install/kubernetes/istio-demo.yaml @@ -183,7 +183,7 @@ $ kubectl delete -f install/kubernetes/istio-demo.yaml {{< /tab >}} -{{< tab name="strict mTLS" cookie-value="strict" >}} +{{< tab name="strict mutual TLS" cookie-value="strict" >}} {{< text bash >}} $ kubectl delete -f install/kubernetes/istio-demo-auth.yaml