@@ -3080,15 +3080,16 @@ inMemory Options
30803080Encryption Key Management Options
30813081~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30823082
3083- .. option:: --enableEncryption <boolean>
3083+ .. option:: --enableEncryption
30843084
30853085 *Default*: false
30863086
30873087
30883088 .. versionadded:: 3.2
30893089
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.
30923093
30933094 .. include:: /includes/fact-enterprise-only-admonition.rst
30943095
@@ -3138,7 +3139,7 @@ Encryption Key Management Options
31383139 The keyfile can contain only a single key. The key is either a 16 or
31393140 32 character string.
31403141
3141- Requires :setting:` enableEncryption` to be ``true` `.
3142+ Requires :option:`-- enableEncryption`.
31423143
31433144 .. include:: /includes/fact-enterprise-only-admonition.rst
31443145
@@ -3153,7 +3154,7 @@ Encryption Key Management Options
31533154 Include to use the key associated with the identifier as the system
31543155 key. You can only use the setting the first time you enable
31553156 encryption for the :binary:`~bin.mongod` instance. Requires
3156- :setting:` enableEncryption` to be true .
3157+ :option:`-- enableEncryption`.
31573158
31583159 If unspecified, MongoDB will request that the KMIP server create a
31593160 new key to utilize as the system key.
@@ -3188,7 +3189,7 @@ Encryption Key Management Options
31883189 .. versionadded:: 3.2
31893190
31903191 Hostname or IP address of the KMIP server to connect to. Requires
3191- :option:`--enableEncryption` to be true .
3192+ :option:`--enableEncryption`.
31923193
31933194 Starting in MongoDB 4.2.1 (and 4.0.14), you can specify multiple KMIP
31943195 servers as a comma-separated list, e.g.
@@ -3222,7 +3223,7 @@ Encryption Key Management Options
32223223
32233224 Port number to use to communicate with the KMIP server.
32243225 Requires :option:`--kmipServerName`. Requires
3225- :option:`--enableEncryption` to be true .
3226+ :option:`--enableEncryption`.
32263227
32273228 If specifying multiple KMIP servers with :option:`--kmipServerName`,
32283229 the :binary:`~bin.mongod` will use the port specified with
0 commit comments