From 1f413afc42141236fac271866190ba64d837ef4e Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 30 Jun 2018 21:36:38 +0200 Subject: [PATCH] updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 408b9e0..dac3e16 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ self-signed CA. ### Minio server with Traefik example 1. Replace ``minio server`` command with the following one: - - ``cd /root/.minio/certs && ./gencert.sh --cn minio.example.com && minio server /data`` + ``cd /root/.minio/certs && ./gencert.sh --cn minio.example.com && minio server /data`` 2. Copy the CA certificate ``ca.crt`` file to ``/usr/local/share/ca-certificates/`` and run ``update-ca-certificates`` command which will update ``/etc/ssl/certs/ca-certificates.crt`` file.