Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/learn/pages/security/authentication-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For more information about single sign-on, see xref:learn:security/authenticatio
The recommended method for application-authentication when connecting to Couchbase Server is to use x.509 _certificate-based_ authentication.
This ensures that only approved users, machines, or endpoints are authenticated, and provides what is known as _mutual authentication_.

_Mutual-TLS_ (mTLS) certificate-based authentication relies on a _Certificate Authority_ (CA) to validate identities and issue certificates.
Mutual-TLS (mTLS) certificate-based authentication relies on a _Certificate Authority_ (CA) to validate identities and issue certificates.
When using this method, no sensitive credentials are shared over the network; and all communication between application and server is performed over an _encrypted channel_, to prevent eavesdropping and impersonation.

For a complete overview of Couchbase Server’s certificate-handling mechanisms, see xref:learn:security/certificates.adoc[Certificates].
Expand Down