Back to Glossary
Security

What is mTLS (Mutual TLS)?

Two-way TLS authentication where both client and server verify each other's certificates.

Mutual TLS (mTLS) is an extension of TLS where both the client and server authenticate each other using certificates. In standard TLS, only the server presents a certificate. In mTLS, the client also presents a certificate the server validates. This implements zero-trust networking — even if an attacker is inside the network, they can't communicate with services without a valid certificate. Service meshes like Istio and Cilium automate mTLS between all pods transparently.

Deep Dive Guide

how to set up istio service mesh

Test your knowledge of mTLS (Mutual TLS) and 130 other DevOps concepts