From 1ccef6501b29c121d61f640532d3e6100db0d7cb Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:25:12 -0500 Subject: [PATCH] Fix cert directory in TLS doc (#1151) Quick fix per internal discussion. --- source/operations/network-encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/operations/network-encryption.rst b/source/operations/network-encryption.rst index aa5d98dd..9a1bfe06 100644 --- a/source/operations/network-encryption.rst +++ b/source/operations/network-encryption.rst @@ -569,7 +569,7 @@ Self-signed, Internal, Private Certificates, and Public CAs with Intermediate Ce .. code-block:: shell - mv myCA.crt ${HOME}/certs/CAs + mv myCA.crt ${HOME}/.minio/certs/CAs .. tab-item:: Custom Certificate Path