Skip to content

Commit

Permalink
more fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindk89 committed Nov 7, 2023
1 parent 1585118 commit 2296c5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions source/includes/k8s/tenant-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tenant:
# digest: 28c80b379c75242c6fe793dfbf212f43c602140a0de5ebe3d9c2a3a7b9f9f983
# pullPolicy: IfNotPresent
#

#
image:
repository: quay.io/minio/minio
tag: RELEASE.2023-10-07T15-07-38Z
Expand Down Expand Up @@ -176,7 +176,7 @@ tenant:
mountPath: /export
###
# The Sub path inside Mount path where MinIO stores data.

#
# .. warning::
#
# Treat the ``mountPath`` and ``subPath`` values as immutable once you deploy the Tenant.
Expand Down
10 changes: 5 additions & 5 deletions source/operations/network-encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Enabling TLS

.. tab-item:: Custom Path

You can specify a path for the MinIO server to search for certificates using the :mc-cmd:`minio server --certs-dir` or ``-c`` parameter.
You can specify a path for the MinIO server to search for certificates using the :mc-cmd:`minio server --certs-dir` or ``-S`` parameter.

For example, the following command fragment directs the MinIO process to use the ``/opt/minio/certs`` directory for TLS certificates.

Expand Down Expand Up @@ -452,7 +452,7 @@ Third-Party Certificate Authorities
The MinIO Server validates the TLS certificate presented by each connecting client against the host system's trusted root certificate store.

Place the CA certificates in the ``/certs/CAs`` folder.
The root path for this folder depends on whether you use the default certificate path *or* a custom certificate path (:mc-cmd:`minio server --certs dir` or ``--S``)
The root path for this folder depends on whether you use the default certificate path *or* a custom certificate path (:mc-cmd:`minio server --certs-dir` or ``-S``)

.. tab-set::

Expand All @@ -464,7 +464,7 @@ Third-Party Certificate Authorities
.. tab-item:: Custom Certificate Path

The following example assumes the MinIO Server was started with ``--certs dir | --S/opt/minio/certs``:
The following example assumes the MinIO Server was started with ``--certs dir /opt/minio/certs``:

.. code-block:: shell
Expand Down Expand Up @@ -540,7 +540,7 @@ Self-signed, Internal, Private Certificates, and Public CAs with Intermediate Ce
If the MinIO server does not have the necessary CAs, it may return warnings or errors related to TLS validation when connecting to other services.

Place the CA certificates in the ``/certs/CAs`` folder.
The root path for this folder depends on whether you use the default certificate path *or* a custom certificate path (:mc-cmd:`minio server --certs dir` or ``--c``)
The root path for this folder depends on whether you use the default certificate path *or* a custom certificate path (:mc-cmd:`minio server --certs-dir` or ``-S``)

.. tab-set::

Expand All @@ -552,7 +552,7 @@ Self-signed, Internal, Private Certificates, and Public CAs with Intermediate Ce
.. tab-item:: Custom Certificate Path

The following example assumes the MinIO Server was started with ``--certs dir | --S/opt/minio/certs``:
The following example assumes the MinIO Server was started with ``--certs dir /opt/minio/certs``:

.. code-block:: shell
Expand Down
4 changes: 2 additions & 2 deletions source/reference/operator-chart-values.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _minio-operator-chart-values:

===================
===============================
Operator and Tenant Helm Charts
===================
===============================

.. default-domain:: minio

Expand Down

0 comments on commit 2296c5d

Please sign in to comment.