diff --git a/source/reference/program/mongod.txt b/source/reference/program/mongod.txt index 2fcde702967..dfb317fee80 100644 --- a/source/reference/program/mongod.txt +++ b/source/reference/program/mongod.txt @@ -3020,15 +3020,16 @@ inMemory Options Encryption Key Management Options ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. option:: --enableEncryption +.. option:: --enableEncryption *Default*: false .. versionadded:: 3.2 - Enables encryption for the WiredTiger storage engine. You must set - to ``true`` to pass in encryption keys and configurations. + Enables encryption for the WiredTiger storage engine. This option + must be enabled in order to pass in encryption keys and + configurations. .. include:: /includes/fact-enterprise-only-admonition.rst @@ -3078,7 +3079,7 @@ Encryption Key Management Options The keyfile can contain only a single key. The key is either a 16 or 32 character string. - Requires :setting:`enableEncryption` to be ``true``. + Requires :option:`--enableEncryption`. .. include:: /includes/fact-enterprise-only-admonition.rst @@ -3093,7 +3094,7 @@ Encryption Key Management Options Include to use the key associated with the identifier as the system key. You can only use the setting the first time you enable encryption for the :binary:`~bin.mongod` instance. Requires - :setting:`enableEncryption` to be true. + :option:`--enableEncryption`. If unspecified, MongoDB will request that the KMIP server create a new key to utilize as the system key. @@ -3128,7 +3129,7 @@ Encryption Key Management Options .. versionadded:: 3.2 Hostname or IP address of the KMIP server to connect to. Requires - :option:`--enableEncryption` to be true. + :option:`--enableEncryption`. Starting in MongoDB 4.2.1 (and 4.0.14), you can specify multiple KMIP servers as a comma-separated list, e.g. @@ -3162,7 +3163,7 @@ Encryption Key Management Options Port number to use to communicate with the KMIP server. Requires :option:`--kmipServerName`. Requires - :option:`--enableEncryption` to be true. + :option:`--enableEncryption`. If specifying multiple KMIP servers with :option:`--kmipServerName`, the :binary:`~bin.mongod` will use the port specified with