@@ -2418,15 +2418,16 @@ inMemory Options
2418
2418
Encryption Key Management Options
2419
2419
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2420
2420
2421
- .. option:: --enableEncryption <boolean>
2421
+ .. option:: --enableEncryption
2422
2422
2423
2423
*Default*: false
2424
2424
2425
2425
2426
2426
.. versionadded:: 3.2
2427
2427
2428
- Enables encryption for the WiredTiger storage engine. You must set
2429
- to ``true`` to pass in encryption keys and configurations.
2428
+ Enables encryption for the WiredTiger storage engine. This option
2429
+ must be enabled in order to pass in encryption keys and
2430
+ configurations.
2430
2431
2431
2432
.. include:: /includes/fact-enterprise-only-admonition.rst
2432
2433
@@ -2469,7 +2470,7 @@ Encryption Key Management Options
2469
2470
than* KMIP. Only set when managing keys via process other than KMIP.
2470
2471
If data is already encrypted using KMIP, MongoDB will throw an error.
2471
2472
2472
- Requires :setting:` enableEncryption` to be ``true` `.
2473
+ Requires :option:`-- enableEncryption`.
2473
2474
2474
2475
.. include:: /includes/fact-enterprise-only-admonition.rst
2475
2476
@@ -2484,7 +2485,7 @@ Encryption Key Management Options
2484
2485
Include to use the key associated with the identifier as the system
2485
2486
key. You can only use the setting the first time you enable
2486
2487
encryption for the :binary:`~bin.mongod` instance. Requires
2487
- :setting:` enableEncryption` to be true .
2488
+ :option:`-- enableEncryption`.
2488
2489
2489
2490
If unspecified, MongoDB will request that the KMIP server create a
2490
2491
new key to utilize as the system key.
@@ -2519,7 +2520,7 @@ Encryption Key Management Options
2519
2520
.. versionadded:: 3.2
2520
2521
2521
2522
Hostname or IP address of key management solution running a KMIP
2522
- server. Requires :setting:` enableEncryption` to be true .
2523
+ server. Requires :option:`-- enableEncryption`.
2523
2524
2524
2525
When connecting to the KMIP server, the :binary:`~bin.mongod`
2525
2526
verifies that the specified :option:`--kmipServerName` matches the Subject Alternative
@@ -2541,7 +2542,7 @@ Encryption Key Management Options
2541
2542
2542
2543
Port number the KMIP server is listening on. Requires that a
2543
2544
:setting:`kmipServerName` be provided. Requires
2544
- :setting:` enableEncryption` to be true .
2545
+ :option:`-- enableEncryption`.
2545
2546
2546
2547
.. include:: /includes/fact-enterprise-only-admonition.rst
2547
2548
0 commit comments