@@ -3020,15 +3020,16 @@ inMemory Options
3020
3020
Encryption Key Management Options
3021
3021
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3022
3022
3023
- .. option:: --enableEncryption <boolean>
3023
+ .. option:: --enableEncryption
3024
3024
3025
3025
*Default*: false
3026
3026
3027
3027
3028
3028
.. versionadded:: 3.2
3029
3029
3030
- Enables encryption for the WiredTiger storage engine. You must set
3031
- to ``true`` to pass in encryption keys and configurations.
3030
+ Enables encryption for the WiredTiger storage engine. This option
3031
+ must be enabled in order to pass in encryption keys and
3032
+ configurations.
3032
3033
3033
3034
.. include:: /includes/fact-enterprise-only-admonition.rst
3034
3035
@@ -3078,7 +3079,7 @@ Encryption Key Management Options
3078
3079
The keyfile can contain only a single key. The key is either a 16 or
3079
3080
32 character string.
3080
3081
3081
- Requires :setting:` enableEncryption` to be ``true` `.
3082
+ Requires :option:`-- enableEncryption`.
3082
3083
3083
3084
.. include:: /includes/fact-enterprise-only-admonition.rst
3084
3085
@@ -3093,7 +3094,7 @@ Encryption Key Management Options
3093
3094
Include to use the key associated with the identifier as the system
3094
3095
key. You can only use the setting the first time you enable
3095
3096
encryption for the :binary:`~bin.mongod` instance. Requires
3096
- :setting:` enableEncryption` to be true .
3097
+ :option:`-- enableEncryption`.
3097
3098
3098
3099
If unspecified, MongoDB will request that the KMIP server create a
3099
3100
new key to utilize as the system key.
@@ -3128,7 +3129,7 @@ Encryption Key Management Options
3128
3129
.. versionadded:: 3.2
3129
3130
3130
3131
Hostname or IP address of the KMIP server to connect to. Requires
3131
- :option:`--enableEncryption` to be true .
3132
+ :option:`--enableEncryption`.
3132
3133
3133
3134
Starting in MongoDB 4.2.1 (and 4.0.14), you can specify multiple KMIP
3134
3135
servers as a comma-separated list, e.g.
@@ -3162,7 +3163,7 @@ Encryption Key Management Options
3162
3163
3163
3164
Port number to use to communicate with the KMIP server.
3164
3165
Requires :option:`--kmipServerName`. Requires
3165
- :option:`--enableEncryption` to be true .
3166
+ :option:`--enableEncryption`.
3166
3167
3167
3168
If specifying multiple KMIP servers with :option:`--kmipServerName`,
3168
3169
the :binary:`~bin.mongod` will use the port specified with
0 commit comments