Skip to content

Commit 1822b25

Browse files
committed
DOCSP-14293 correct enableEncryption no argument
1 parent bf0e768 commit 1822b25

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

source/reference/program/mongod.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2616,15 +2616,16 @@ inMemory Options
26162616
Encryption Key Management Options
26172617
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26182618

2619-
.. option:: --enableEncryption <boolean>
2619+
.. option:: --enableEncryption
26202620

26212621
*Default*: false
26222622

26232623

26242624
.. versionadded:: 3.2
26252625

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.
26282629

26292630
.. include:: /includes/fact-enterprise-only-admonition.rst
26302631

@@ -2671,7 +2672,7 @@ Encryption Key Management Options
26712672
than* KMIP. Only set when managing keys via process other than KMIP.
26722673
If data is already encrypted using KMIP, MongoDB will throw an error.
26732674

2674-
Requires :setting:`enableEncryption` to be ``true``.
2675+
Requires :option:`--enableEncryption`.
26752676

26762677
.. include:: /includes/fact-enterprise-only-admonition.rst
26772678

@@ -2686,7 +2687,7 @@ Encryption Key Management Options
26862687
Include to use the key associated with the identifier as the system
26872688
key. You can only use the setting the first time you enable
26882689
encryption for the :binary:`~bin.mongod` instance. Requires
2689-
:setting:`enableEncryption` to be true.
2690+
:option:`--enableEncryption`.
26902691

26912692
If unspecified, MongoDB will request that the KMIP server create a
26922693
new key to utilize as the system key.
@@ -2721,7 +2722,7 @@ Encryption Key Management Options
27212722
.. versionadded:: 3.2
27222723

27232724
Hostname or IP address of the KMIP server to connect to. Requires
2724-
:option:`--enableEncryption` to be true.
2725+
:option:`--enableEncryption`.
27252726

27262727
Starting in MongoDB 4.0.14, you can specify multiple KMIP
27272728
servers as a comma-separated list, e.g.
@@ -2753,7 +2754,7 @@ Encryption Key Management Options
27532754

27542755
Port number to use to communicate with the KMIP server.
27552756
Requires :option:`--kmipServerName`. Requires
2756-
:option:`--enableEncryption` to be true.
2757+
:option:`--enableEncryption`.
27572758

27582759
If specifying multiple KMIP servers with :option:`--kmipServerName`,
27592760
the :binary:`~bin.mongod` will use the port specified with

0 commit comments

Comments
 (0)