diff --git a/source/reference/command/serverStatus.txt b/source/reference/command/serverStatus.txt index 18fcbb667ff..69a0fad55d9 100644 --- a/source/reference/command/serverStatus.txt +++ b/source/reference/command/serverStatus.txt @@ -1111,23 +1111,23 @@ For an example of the ``security`` output, see the :ref:`security section ` 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 ` object that represents the date when the SSL certificate specified by