You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03-concepts/14-mutual-tls.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ layout: default
3
3
title: Mutual TLS (mTLS) Authentication
4
4
permalink: /docs/concepts/mutual-tls
5
5
6
+
---
6
7
# Mutual TLS (mTLS) Authentication
7
8
8
9
This guide explains how to implement Mutual TLS (mTLS) authentication in Cadence to secure communication between clients and servers. mTLS provides bidirectional authentication, ensuring that both the client and server verify each other's identities before exchanging data.
0 commit comments