File tree Expand file tree Collapse file tree 3 files changed +16
-20
lines changed Expand file tree Collapse file tree 3 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 1+ ``mongosh `` supports OpenSSL. You can also configure ``mongosh `` to use
2+ your system's OpenSSL installation.
Original file line number Diff line number Diff line change @@ -93,25 +93,22 @@ level: 4
9393ref : install
9494content : |
9595
96- To install the latest stable version of ``mongosh``, issue the
97- following command:
96+ .. include:: /includes/intro-openssl-installs.rst
97+
98+ To install the latest stable version of ``mongosh`` with the included
99+ OpenSSL libraries:
98100
99101 .. code-block:: sh
100102
101103 sudo apt-get install -y mongodb-mongosh
102-
103- MongoDB also provides versions of ``mongosh`` that use your system's
104- OpenSSL library.
105-
106- To install ``mongosh`` that uses OpenSSL 1.1, issue the following
107- command:
104+
105+ To install ``mongosh`` with your OpenSSL 1.1 libraries:
108106
109107 .. code-block:: sh
110108
111109 sudo apt-get install -y mongodb-mongosh-shared-openssl11
112110
113- To install ``mongosh`` that uses OpenSSL 3.0, issue the following
114- command:
111+ To install ``mongosh`` with your OpenSSL 3.0 libraries:
115112
116113 .. code-block:: sh
117114
Original file line number Diff line number Diff line change @@ -74,25 +74,22 @@ level: 4
7474ref : install
7575content : |
7676
77- To install the latest stable version of ``mongosh``, issue the
78- following command:
77+ .. include:: /includes/intro-openssl-installs.rst
78+
79+ To install the latest stable version of ``mongosh`` with the included
80+ OpenSSL libraries:
7981
8082 .. code-block:: sh
8183
8284 sudo yum install -y mongodb-mongosh
83-
84- MongoDB also provides versions of ``mongosh`` that use your system's
85- OpenSSL library.
86-
87- To install ``mongosh`` that uses OpenSSL 1.1, issue the following
88- command:
85+
86+ To install ``mongosh`` with your OpenSSL 1.1 libraries:
8987
9088 .. code-block:: sh
9189
9290 sudo yum install -y mongodb-mongosh-shared-openssl11
9391
94- To install ``mongosh`` that uses OpenSSL 3.0, issue the following
95- command:
92+ To install ``mongosh`` with your OpenSSL 3.0 libraries:
9693
9794 .. code-block:: sh
9895
You can’t perform that action at this time.
0 commit comments