Skip to content

Commit c79c1b8

Browse files
committed
DOCSP-14293 correct enableEncryption no argument
1 parent fddd0cc commit c79c1b8

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
@@ -3020,15 +3020,16 @@ inMemory Options
30203020
Encryption Key Management Options
30213021
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30223022

3023-
.. option:: --enableEncryption <boolean>
3023+
.. option:: --enableEncryption
30243024

30253025
*Default*: false
30263026

30273027

30283028
.. versionadded:: 3.2
30293029

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

30333034
.. include:: /includes/fact-enterprise-only-admonition.rst
30343035

@@ -3078,7 +3079,7 @@ Encryption Key Management Options
30783079
The keyfile can contain only a single key. The key is either a 16 or
30793080
32 character string.
30803081

3081-
Requires :setting:`enableEncryption` to be ``true``.
3082+
Requires :option:`--enableEncryption`.
30823083

30833084
.. include:: /includes/fact-enterprise-only-admonition.rst
30843085

@@ -3093,7 +3094,7 @@ Encryption Key Management Options
30933094
Include to use the key associated with the identifier as the system
30943095
key. You can only use the setting the first time you enable
30953096
encryption for the :binary:`~bin.mongod` instance. Requires
3096-
:setting:`enableEncryption` to be true.
3097+
:option:`--enableEncryption`.
30973098

30983099
If unspecified, MongoDB will request that the KMIP server create a
30993100
new key to utilize as the system key.
@@ -3128,7 +3129,7 @@ Encryption Key Management Options
31283129
.. versionadded:: 3.2
31293130

31303131
Hostname or IP address of the KMIP server to connect to. Requires
3131-
:option:`--enableEncryption` to be true.
3132+
:option:`--enableEncryption`.
31323133

31333134
Starting in MongoDB 4.2.1 (and 4.0.14), you can specify multiple KMIP
31343135
servers as a comma-separated list, e.g.
@@ -3162,7 +3163,7 @@ Encryption Key Management Options
31623163

31633164
Port number to use to communicate with the KMIP server.
31643165
Requires :option:`--kmipServerName`. Requires
3165-
:option:`--enableEncryption` to be true.
3166+
:option:`--enableEncryption`.
31663167

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

0 commit comments

Comments
 (0)