From faf5c8a3efd969b4632f1e1e97c54dcbe9ba98b9 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Fri, 29 Dec 2023 15:23:27 -0500 Subject: [PATCH] Guidance on removal of --config-dir | -C --- .../reference/minio-server/minio-server.rst | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/reference/minio-server/minio-server.rst b/source/reference/minio-server/minio-server.rst index 70ec892c..f6d6b805 100644 --- a/source/reference/minio-server/minio-server.rst +++ b/source/reference/minio-server/minio-server.rst @@ -195,6 +195,20 @@ The command accepts the following arguments: :optional: Specifies the path to the folder containing certificates the :mc:`minio` process uses for configuring TLS/SSL connectivity. + + The contents of the specified folder must follow that of the :ref:`default path structure `. + For example, the path contents of ``--certs-dir /etc/minio`` should resemble the following: + + .. code-block:: shell + + /etc/minio + private.key + public.crt + domain.tld/ + private.key + public.crt + CAs/ + full-chain-ca.crt Omit to use the default directory paths: @@ -203,6 +217,12 @@ The command accepts the following arguments: See :ref:`minio-TLS` for more information on TLS/SSL connectivity. + .. important:: + + :minio-release:`MinIO Server RELEASE.2023-12-09T18-17-51Z ` removes the deprecated ``--config-dir | -C`` parameter. + Deployments using this flag may start without TLS enabled. + Replace those parameters with ``--certs-dir | -S`` and restart to re-enable TLS. + .. mc-cmd:: --quiet :optional: