Skip to content

DOCS-3701 #1943

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
Show file tree
Hide file tree
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: 2 additions & 0 deletions source/includes/options-mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ description: |

The default distribution of MongoDB does not contain support for SSL.
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.

.. include:: /includes/warning-x509-requires-sslCAfile.rst
optional: true
---
program: mongo
Expand Down
2 changes: 2 additions & 0 deletions source/includes/options-mongod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,8 @@ description: |

The default distribution of MongoDB does not contain support for SSL.
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.

.. include:: /includes/warning-x509-requires-sslCAfile.rst
optional: true
---
program: mongod
Expand Down
2 changes: 2 additions & 0 deletions source/includes/options-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ description: |

The default distribution of MongoDB does not contain support for SSL.
For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.

.. include:: /includes/warning-x509-requires-sslCAfile.rst
optional: true
---
program: _shared
Expand Down
11 changes: 6 additions & 5 deletions source/includes/warning-x509-requires-sslCAfile.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.. warning::

If the :setting:`--sslCAFile` option and its target
file are not specified, x.509 client authentication will not function.
:program:`mongod` will not be able to verify the client's certificate
against the trusted certificate authority (CA) that issued it, breaking the
certificate chain.
If the :option:`--sslCAFile <mongod --sslCAFile>` option and its target
file are not specified, x.509 client and member authentication will not
function. :program:`mongod` (and :program:`mongos` in sharded environments)
will not be able to verify the certificates of processes connecting to it
against the trusted certificate authority (CA) that issued them, breaking
the certificate chain.

As of version 2.6.4, :program:`mongod` will not start with x.509
authentication enabled if the CA file is not specified.