Skip to content

Commit d8911ad

Browse files
authored
(DOCSP-44175) Fixes remaining important nested components for MCLI (#943) (#944)
* (DOCSP-44175) Fixes remaining important nested components for MCLI * fixes build error
1 parent fd3bc5f commit d8911ad

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

source/configure/environment-variables.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ The {+mcli+} supports the following environment variables:
125125
verified. This prevents your connections from being rejected due
126126
to an invalid certificate.
127127

128-
.. important::
129-
130-
Setting ``MCLI_OPS_MANAGER_SKIP_VERIFY`` to ``true`` is
131-
insecure and is not recommended in production environments.
128+
:gold:`IMPORTANT:` Setting ``MCLI_OPS_MANAGER_SKIP_VERIFY`` to
129+
``true`` is insecure and is not recommended in production
130+
environments.
132131

133132
* - ``HTTP_PROXY``, ``http_proxy``
134133
- The absolute |url| or the hostname and port in the

source/reference/mms-cluster-settings-file.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,8 @@ replica set member:
555555
- string
556556
- ``.pem`` file that contains both the TLS certificate and key.
557557

558-
.. important::
559-
560-
This setting is deprecated. Use ``tls.certificateKeyFile``
561-
instead.
558+
:gold:`IMPORTANT:` This setting is deprecated. Use
559+
``tls.certificateKeyFile`` instead.
562560

563561
This setting corresponds to the :manual:`net.ssl.PEMKeyFile
564562
</reference/configuration-options/#net.ssl.PEMKeyFile>`

source/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Release Notes for {+mcli-long+}
6161

6262
- ``--cm`` and ``--gov`` for :ref:`mongocli-auth-login`
6363
- ``currentIp`` for
64-
:ref:`mongocli-iam-organizations-apiKeys-accessLists-create`
64+
``mongocli iam organizations apiKeys accessLists create``
6565
- ``--govCloudRegionsOnly`` for
6666
:ref:`mongocli-iam-projects-create`
6767

0 commit comments

Comments
 (0)