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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user