@@ -2616,15 +2616,16 @@ inMemory Options
2616
2616
Encryption Key Management Options
2617
2617
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2618
2618
2619
- .. option:: --enableEncryption <boolean>
2619
+ .. option:: --enableEncryption
2620
2620
2621
2621
*Default*: false
2622
2622
2623
2623
2624
2624
.. versionadded:: 3.2
2625
2625
2626
- Enables encryption for the WiredTiger storage engine. You must set
2627
- to ``true`` to pass in encryption keys and configurations.
2626
+ Enables encryption for the WiredTiger storage engine. This option
2627
+ must be enabled in order to pass in encryption keys and
2628
+ configurations.
2628
2629
2629
2630
.. include:: /includes/fact-enterprise-only-admonition.rst
2630
2631
@@ -2671,7 +2672,7 @@ Encryption Key Management Options
2671
2672
than* KMIP. Only set when managing keys via process other than KMIP.
2672
2673
If data is already encrypted using KMIP, MongoDB will throw an error.
2673
2674
2674
- Requires :setting:` enableEncryption` to be ``true` `.
2675
+ Requires :option:`-- enableEncryption`.
2675
2676
2676
2677
.. include:: /includes/fact-enterprise-only-admonition.rst
2677
2678
@@ -2686,7 +2687,7 @@ Encryption Key Management Options
2686
2687
Include to use the key associated with the identifier as the system
2687
2688
key. You can only use the setting the first time you enable
2688
2689
encryption for the :binary:`~bin.mongod` instance. Requires
2689
- :setting:` enableEncryption` to be true .
2690
+ :option:`-- enableEncryption`.
2690
2691
2691
2692
If unspecified, MongoDB will request that the KMIP server create a
2692
2693
new key to utilize as the system key.
@@ -2721,7 +2722,7 @@ Encryption Key Management Options
2721
2722
.. versionadded:: 3.2
2722
2723
2723
2724
Hostname or IP address of the KMIP server to connect to. Requires
2724
- :option:`--enableEncryption` to be true .
2725
+ :option:`--enableEncryption`.
2725
2726
2726
2727
Starting in MongoDB 4.0.14, you can specify multiple KMIP
2727
2728
servers as a comma-separated list, e.g.
@@ -2753,7 +2754,7 @@ Encryption Key Management Options
2753
2754
2754
2755
Port number to use to communicate with the KMIP server.
2755
2756
Requires :option:`--kmipServerName`. Requires
2756
- :option:`--enableEncryption` to be true .
2757
+ :option:`--enableEncryption`.
2757
2758
2758
2759
If specifying multiple KMIP servers with :option:`--kmipServerName`,
2759
2760
the :binary:`~bin.mongod` will use the port specified with
0 commit comments