Skip to content

Copy edit: c/severStatus/serverStatus/g #2092

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
8 changes: 4 additions & 4 deletions source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1111,23 +1111,23 @@ For an example of the ``security`` output, see the :ref:`security section
<server-status-example-security>` of the :doc:`/reference/server-status`
page.

.. data:: severStatus.security
.. data:: serverStatus.security

A document reporting security configuration and details. Only
appears for :program:`mongod` instances compiled with support for SSL.

.. data:: severStatus.security.SSLServerSubjectName
.. data:: serverStatus.security.SSLServerSubjectName

The subject name associated with the SSL certificate specified by
:setting:`net.ssl.PEMKeyPassword`.

.. data:: severStatus.security.SSLServerHasCertificateAuthority
.. data:: serverStatus.security.SSLServerHasCertificateAuthority

A boolean that is ``true`` when the SSL certificate specified by
:setting:`net.ssl.PEMKeyPassword` is associated with a certificate
authority. ``false`` when the SSL certificate is self-signed.

.. data:: severStatus.security.SSLServerCertificateExpirationDate
.. data:: serverStatus.security.SSLServerCertificateExpirationDate

A :ref:`date object <mongo-shell-data-type>` object that represents
the date when the SSL certificate specified by
Expand Down