Process Flow - Mutual TLS for service communication
Service A wants to connect to Service B
Service A presents its client certificate
Service B verifies client certificate
Service B presents its server certificate
Service A verifies server certificate
Secure connection established with mutual trust
Data exchange happens
This flow shows how two services authenticate each other using certificates before exchanging data securely.