From b40e09368ec9179da41135ddaea4efb7ff2597af Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 30 Jun 2018 21:32:00 +0200 Subject: [PATCH] updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33d06d9..1cee7bf 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ self-signed CA. 1. Replace ``minio server`` command with the following one: - ``cd /root/.minio/certs && ./gencert.sh --cn minio.example.com && minio server /data`` - > This way Minio server will get the certificate it needs, hence SSE-C - > will be enabled. +> This way Minio server will get the certificate it needs, hence SSE-C +> will be enabled. 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.