@@ -3080,15 +3080,16 @@ inMemory Options
3080
3080
Encryption Key Management Options
3081
3081
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3082
3082
3083
- .. option:: --enableEncryption <boolean>
3083
+ .. option:: --enableEncryption
3084
3084
3085
3085
*Default*: false
3086
3086
3087
3087
3088
3088
.. versionadded:: 3.2
3089
3089
3090
- Enables encryption for the WiredTiger storage engine. You must set
3091
- to ``true`` to pass in encryption keys and configurations.
3090
+ Enables encryption for the WiredTiger storage engine. This option
3091
+ must be enabled in order to pass in encryption keys and
3092
+ configurations.
3092
3093
3093
3094
.. include:: /includes/fact-enterprise-only-admonition.rst
3094
3095
@@ -3138,7 +3139,7 @@ Encryption Key Management Options
3138
3139
The keyfile can contain only a single key. The key is either a 16 or
3139
3140
32 character string.
3140
3141
3141
- Requires :setting:` enableEncryption` to be ``true` `.
3142
+ Requires :option:`-- enableEncryption`.
3142
3143
3143
3144
.. include:: /includes/fact-enterprise-only-admonition.rst
3144
3145
@@ -3153,7 +3154,7 @@ Encryption Key Management Options
3153
3154
Include to use the key associated with the identifier as the system
3154
3155
key. You can only use the setting the first time you enable
3155
3156
encryption for the :binary:`~bin.mongod` instance. Requires
3156
- :setting:` enableEncryption` to be true .
3157
+ :option:`-- enableEncryption`.
3157
3158
3158
3159
If unspecified, MongoDB will request that the KMIP server create a
3159
3160
new key to utilize as the system key.
@@ -3188,7 +3189,7 @@ Encryption Key Management Options
3188
3189
.. versionadded:: 3.2
3189
3190
3190
3191
Hostname or IP address of the KMIP server to connect to. Requires
3191
- :option:`--enableEncryption` to be true .
3192
+ :option:`--enableEncryption`.
3192
3193
3193
3194
Starting in MongoDB 4.2.1 (and 4.0.14), you can specify multiple KMIP
3194
3195
servers as a comma-separated list, e.g.
@@ -3222,7 +3223,7 @@ Encryption Key Management Options
3222
3223
3223
3224
Port number to use to communicate with the KMIP server.
3224
3225
Requires :option:`--kmipServerName`. Requires
3225
- :option:`--enableEncryption` to be true .
3226
+ :option:`--enableEncryption`.
3226
3227
3227
3228
If specifying multiple KMIP servers with :option:`--kmipServerName`,
3228
3229
the :binary:`~bin.mongod` will use the port specified with
0 commit comments