Skip to content

DOCS-8507: Internal authentication is no longer using MongoDB-CR #2701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 4 additions & 2 deletions source/core/security-x.509.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ For an example, see :doc:`/tutorial/configure-x509-client-authentication`
Member x.509 Certificates
--------------------------

.. versionadded:: 3.0

For internal authentication, members of sharded clusters and replica sets
can use x.509 certificates instead of keyfiles, which use
:doc:`/core/security-mongodb-cr` authentication mechanism.
can use x.509 certificates instead of keyfiles, which use the
:doc:`/core/security-scram-sha-1` authentication mechanism.

Member Certificate Requirements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down