Skip to content

Commit ad300ab

Browse files
author
Dave Cuthbert
authored
DOCSP-29118 install mongosh with openssl (#258)
* DOCSP-29118 install mongosh with ssl * Staging fixes * Review feedback * Review feedback
1 parent ec8f97b commit ad300ab

File tree

3 files changed

+16
-20
lines changed

3 files changed

+16
-20
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
``mongosh`` supports OpenSSL. You can also configure ``mongosh`` to use
2+
your system's OpenSSL installation.

source/includes/steps-install-shell-linux-deb.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,25 +93,22 @@ level: 4
9393
ref: install
9494
content: |
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

source/includes/steps-install-shell-linux-rpm.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,22 @@ level: 4
7474
ref: install
7575
content: |
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

0 commit comments

Comments
 (0)