Skip to content

Commit 616b2ea

Browse files
authored
(DOCSP-33389) Warns users they need to use TLS with SANS. (#263)
<!-- Add a description of your PR here (optional) --> - [DOCSP-33389](https://jira.mongodb.org/browse/DOCSP-33389) - [STAGING](https://preview-mongodberabilmdb.gatsbyjs.io/ops-manager/DOCSP-33389/tutorial/enable-ssl-for-a-deployment/#get-and-install-the-tls-certificate-on-each-mongodb-host) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=667c0f5debce19f3143fc4c5) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 6ac1621 commit 616b2ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/tutorial/enable-ssl-for-a-deployment.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ This certificate must include the |fqdn| for the hostname of this
3636
MongoDB host. The |fqdn| must be the Subject Alternative Name of this
3737
host. You must install this |tls| certificate on the MongoDB host.
3838

39+
.. warning::
40+
41+
The {+mdbagent+} from version 11.12.0.7384 requires that |tls|
42+
certificates include a value in the Subject Alternative Name
43+
field. Before upgrading to 11.12.0.7384, ensure that all |tls|
44+
certificates used in your MongoDB deployment contain a |san-dns|.
45+
To learn more, see :ref:`tls-cert-no-san`.
46+
3947
Procedures
4048
----------
4149

0 commit comments

Comments
 (0)