Skip to content

DOCSP-14293 correct enableEncryption no argument #5016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions source/reference/program/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2418,15 +2418,16 @@ inMemory Options
Encryption Key Management Options
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. option:: --enableEncryption <boolean>
.. 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

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

Requires :setting:`enableEncryption` to be ``true``.
Requires :option:`--enableEncryption`.

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

Expand All @@ -2484,7 +2485,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.
Expand Down Expand Up @@ -2519,7 +2520,7 @@ Encryption Key Management Options
.. versionadded:: 3.2

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

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

Port number the KMIP server is listening on. Requires that a
:setting:`kmipServerName` be provided. Requires
:setting:`enableEncryption` to be true.
:option:`--enableEncryption`.

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

Expand Down