@@ -604,8 +604,7 @@ description: |
604
604
- Recommended. Send the x.509 certificate for authentication and
605
605
accept only x.509 certificates.
606
606
607
- The default distribution of MongoDB does not contain support for SSL.
608
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
607
+ .. include:: /includes/fact-ssl-supported.rst
609
608
optional : true
610
609
---
611
610
program : mongod
@@ -1135,48 +1134,47 @@ description: |
1135
1134
:option:`--port`. By default, :option:`--sslOnNormalPorts` is
1136
1135
disabled.
1137
1136
1138
- The default distribution of MongoDB does not contain support for SSL.
1139
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1137
+ .. include:: /includes/fact-ssl-supported.rst
1140
1138
optional : true
1141
1139
---
1142
1140
program : mongod
1143
1141
name : sslMode
1144
1142
args : <mode>
1145
1143
directive : option
1146
1144
description : |
1147
- .. versionadded:: 2.6
1145
+ .. versionadded:: 2.6
1148
1146
1149
- Enables SSL or mixed SSL used for all network connections. The
1150
- argument to the {{role}} option can be one of the following:
1147
+ Enables SSL or mixed SSL used for all network connections. The
1148
+ argument to the {{role}} option can be one of the following:
1151
1149
1152
- .. list-table::
1153
- :header-rows: 1
1154
- :widths: 20 40
1150
+ .. list-table::
1151
+ :header-rows: 1
1152
+ :widths: 20 40
1155
1153
1156
- * - Value
1154
+ * - Value
1155
+
1156
+ - Description
1157
1157
1158
- - Description
1158
+ * - ``disabled``
1159
1159
1160
- * - ``disabled``
1160
+ - The server does not use SSL.
1161
1161
1162
- - The server does not use SSL.
1162
+ * - ``allowSSL``
1163
1163
1164
- * - ``allowSSL``
1164
+ - Connections between servers do not use SSL. For incoming
1165
+ connections, the server accepts both SSL and non-SSL.
1165
1166
1166
- - Connections between servers do not use SSL. For incoming
1167
- connections, the server accepts both SSL and non-SSL.
1167
+ * - ``preferSSL``
1168
1168
1169
- * - ``preferSSL``
1169
+ - Connections between servers use SSL. For incoming
1170
+ connections, the server accepts both SSL and non-SSL.
1170
1171
1171
- - Connections between servers use SSL. For incoming
1172
- connections, the server accepts both SSL and non-SSL.
1172
+ * - ``requireSSL``
1173
1173
1174
- * - ``requireSSL``
1174
+ - The server uses and accepts only SSL encrypted connections.
1175
1175
1176
- - The server uses and accepts only SSL encrypted connections.
1176
+ .. include:: /includes/fact-ssl-supported.rst
1177
1177
1178
- The default distribution of MongoDB does not contain support for SSL.
1179
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1180
1178
optional : true
1181
1179
---
1182
1180
program : mongod
@@ -1192,8 +1190,7 @@ description: |
1192
1190
1193
1191
When SSL is enabled, you must specify {{role}}.
1194
1192
1195
- The default distribution of MongoDB does not contain support for SSL.
1196
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1193
+ .. include:: /includes/fact-ssl-supported.rst
1197
1194
optional : true
1198
1195
---
1199
1196
program : mongod
@@ -1213,8 +1210,7 @@ description: |
1213
1210
specify the {{role}} option, the {{program}} will prompt for a
1214
1211
passphrase. See :ref:`ssl-certificate-password`.
1215
1212
1216
- The default distribution of MongoDB does not contain support for SSL.
1217
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1213
+ .. include:: /includes/fact-ssl-supported.rst
1218
1214
optional : true
1219
1215
---
1220
1216
program : mongod
@@ -1232,9 +1228,7 @@ description: |
1232
1228
authentication, the cluster uses the ``.pem`` file specified in the
1233
1229
{{pemKeyOption}} option.
1234
1230
1235
- The default distribution of MongoDB does not contain support for
1236
- SSL. For more information on MongoDB and SSL, see
1237
- :doc:`/tutorial/configure-ssl`.
1231
+ .. include:: /includes/fact-ssl-supported.rst
1238
1232
optional : true
1239
1233
replacement :
1240
1234
pemKeyOption : :option:`--sslPEMKeyFile`
@@ -1255,8 +1249,7 @@ description: |
1255
1249
{{role}} option, the {{program}} will prompt for a passphrase. See
1256
1250
:ref:`ssl-certificate-password`.
1257
1251
1258
- The default distribution of MongoDB does not contain support for SSL.
1259
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1252
+ .. include:: /includes/fact-ssl-supported.rst
1260
1253
optional : true
1261
1254
---
1262
1255
program : mongod
@@ -1270,8 +1263,7 @@ description: |
1270
1263
from the Certificate Authority. Specify the file name of the
1271
1264
:file:`.pem` file using relative or absolute paths.
1272
1265
1273
- The default distribution of MongoDB does not contain support for SSL.
1274
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1266
+ .. include:: /includes/fact-ssl-supported.rst
1275
1267
1276
1268
.. include:: /includes/warning-x509-requires-sslCAfile.rst
1277
1269
optional : true
@@ -1287,8 +1279,7 @@ description: |
1287
1279
List. Specify the file name of the :file:`.pem` file using relative or
1288
1280
absolute paths.
1289
1281
1290
- The default distribution of MongoDB does not contain support for SSL.
1291
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1282
+ .. include:: /includes/fact-ssl-supported.rst
1292
1283
optional : true
1293
1284
---
1294
1285
program : mongod
@@ -1303,8 +1294,7 @@ description: |
1303
1294
the :setting:`~net.ssl.allowInvalidCertificates` setting, MongoDB
1304
1295
logs as a warning the use of the invalid certificate.
1305
1296
1306
- The default distribution of MongoDB does not contain support for SSL.
1307
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1297
+ .. include:: /includes/fact-ssl-supported.rst
1308
1298
optional : true
1309
1299
---
1310
1300
program : mongod
@@ -1333,8 +1323,7 @@ description: |
1333
1323
Use the {{role}} option if you have a mixed deployment that includes
1334
1324
clients that do not or cannot present certificates to the {{program}}.
1335
1325
1336
- The default distribution of MongoDB does not contain support for SSL.
1337
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1326
+ .. include:: /includes/fact-ssl-supported.rst
1338
1327
replacement :
1339
1328
old_name : " ``--sslAllowConnectionsWithoutCertificates``"
1340
1329
optional : true
@@ -1352,8 +1341,7 @@ description: |
1352
1341
{{program}} instances if the hostnames in their certificates do not
1353
1342
match their configured hostname.
1354
1343
1355
- The default distribution of MongoDB does not contain support for SSL.
1356
- For more information on MongoDB and SSL, see :doc:`/tutorial/configure-ssl`.
1344
+ .. include:: /includes/fact-ssl-supported.rst
1357
1345
optional : true
1358
1346
---
1359
1347
program : mongod
0 commit comments