1
0
mirror of https://github.com/minio/docs.git synced 2025-12-07 08:22:13 +03:00

Fix typos in mkdir command (#1497)

This commit is contained in:
Nurzhan Zhanuzak
2025-09-05 00:57:00 +05:00
committed by GitHub
parent 40a8c7eef0
commit 462bfcb46e
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ Place the certificates in a dedicated directory:
.. code-block:: shell
:class: copyable
mkdir -P /opt/minio/certs
mkdir -p /opt/minio/certs
cp private.key /opt/minio/certs
cp public.crt /opt/minio/certs

View File

@@ -190,7 +190,7 @@ Place the certificates in a directory accessible by the ``minio-user`` user/grou
.. code-block:: shell
:class: copyable
mkdir -P /opt/minio/certs
mkdir -p /opt/minio/certs
chown -R minio-user:minio-user /opt/minio/certs
cp private.key /opt/minio/certs

View File

@@ -171,7 +171,7 @@ Place the certificates in a directory accessible by the ``minio-user`` user/grou
.. code-block:: shell
:class: copyable
mkdir -P /opt/minio/certs
mkdir -p /opt/minio/certs
chown -R minio-user:minio-user /opt/minio/certs
cp private.key /opt/minio/certs