mTLS Mutual TLS
TLS where both parties (client and server) present certificates — not just the server as usual.
Strong authentication: the client is who its cert says. Standard in service meshes (Istio), Zero-Trust architectures, between microservices. Not as common on the consumer web (client certs are awkward to manage).