From 912a549645afd8402e4b07c5db006c59f925bfee Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Mon, 25 Jan 2021 13:47:41 -0500 Subject: [PATCH] DOCS-14153 remove single CA requirement x509 --- source/includes/fact-ssl-certificate-authorities.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/includes/fact-ssl-certificate-authorities.rst b/source/includes/fact-ssl-certificate-authorities.rst index 70a129f7858..904b71469e3 100644 --- a/source/includes/fact-ssl-certificate-authorities.rst +++ b/source/includes/fact-ssl-certificate-authorities.rst @@ -1,6 +1,6 @@ -For production use, your MongoDB deployment should use valid certificates -generated and signed by a single certificate authority. You or your -organization can generate and maintain an independent certificate -authority, or use certificates generated by a third-party TLS/SSL -vendor. Obtaining and managing certificates is beyond the scope of +For production use, your MongoDB deployment should use valid +certificates generated and signed by a certificate authority. You or +your organization can generate and maintain an independent certificate +authority, or use certificates generated by third-party TLS/SSL +vendors. Obtaining and managing certificates is beyond the scope of this documentation.