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
93
93
ref : install
94
94
content : |
95
95
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:
98
100
99
101
.. code-block:: sh
100
102
101
103
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:
108
106
109
107
.. code-block:: sh
110
108
111
109
sudo apt-get install -y mongodb-mongosh-shared-openssl11
112
110
113
- To install ``mongosh`` that uses OpenSSL 3.0, issue the following
114
- command:
111
+ To install ``mongosh`` with your OpenSSL 3.0 libraries:
115
112
116
113
.. code-block:: sh
117
114
Original file line number Diff line number Diff line change @@ -74,25 +74,22 @@ level: 4
74
74
ref : install
75
75
content : |
76
76
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:
79
81
80
82
.. code-block:: sh
81
83
82
84
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:
89
87
90
88
.. code-block:: sh
91
89
92
90
sudo yum install -y mongodb-mongosh-shared-openssl11
93
91
94
- To install ``mongosh`` that uses OpenSSL 3.0, issue the following
95
- command:
92
+ To install ``mongosh`` with your OpenSSL 3.0 libraries:
96
93
97
94
.. code-block:: sh
98
95
You can’t perform that action at this time.
0 commit comments