Skip to content

Commit 95213fa

Browse files
committed
DOCSP-14293 correct enableEncryption no argument
1 parent 6fa6801 commit 95213fa

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
@@ -2418,15 +2418,16 @@ inMemory Options
24182418
Encryption Key Management Options
24192419
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24202420

2421-
.. option:: --enableEncryption <boolean>
2421+
.. option:: --enableEncryption
24222422

24232423
*Default*: false
24242424

24252425

24262426
.. versionadded:: 3.2
24272427

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

24312432
.. include:: /includes/fact-enterprise-only-admonition.rst
24322433

@@ -2469,7 +2470,7 @@ Encryption Key Management Options
24692470
than* KMIP. Only set when managing keys via process other than KMIP.
24702471
If data is already encrypted using KMIP, MongoDB will throw an error.
24712472

2472-
Requires :setting:`enableEncryption` to be ``true``.
2473+
Requires :option:`--enableEncryption`.
24732474

24742475
.. include:: /includes/fact-enterprise-only-admonition.rst
24752476

@@ -2484,7 +2485,7 @@ Encryption Key Management Options
24842485
Include to use the key associated with the identifier as the system
24852486
key. You can only use the setting the first time you enable
24862487
encryption for the :binary:`~bin.mongod` instance. Requires
2487-
:setting:`enableEncryption` to be true.
2488+
:option:`--enableEncryption`.
24882489

24892490
If unspecified, MongoDB will request that the KMIP server create a
24902491
new key to utilize as the system key.
@@ -2519,7 +2520,7 @@ Encryption Key Management Options
25192520
.. versionadded:: 3.2
25202521

25212522
Hostname or IP address of key management solution running a KMIP
2522-
server. Requires :setting:`enableEncryption` to be true.
2523+
server. Requires :option:`--enableEncryption`.
25232524

25242525
When connecting to the KMIP server, the :binary:`~bin.mongod`
25252526
verifies that the specified :option:`--kmipServerName` matches the Subject Alternative
@@ -2541,7 +2542,7 @@ Encryption Key Management Options
25412542

25422543
Port number the KMIP server is listening on. Requires that a
25432544
:setting:`kmipServerName` be provided. Requires
2544-
:setting:`enableEncryption` to be true.
2545+
:option:`--enableEncryption`.
25452546

25462547
.. include:: /includes/fact-enterprise-only-admonition.rst
25472548

0 commit comments

Comments
 (0)