updates
This commit is contained in:
parent
b9f755bdd0
commit
b40e09368e
@ -25,8 +25,8 @@ self-signed CA.
|
|||||||
|
|
||||||
1. Replace ``minio server`` command with the following one:
|
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``
|
||||||
> This way Minio server will get the certificate it needs, hence SSE-C
|
> This way Minio server will get the certificate it needs, hence SSE-C
|
||||||
> will be enabled.
|
> will be enabled.
|
||||||
2. Copy the CA certificate ``ca.crt`` file to ``/usr/local/share/ca-certificates/`` and
|
2. Copy the CA certificate ``ca.crt`` file to ``/usr/local/share/ca-certificates/`` and
|
||||||
run ``update-ca-certificates`` command which will update
|
run ``update-ca-certificates`` command which will update
|
||||||
``/etc/ssl/certs/ca-certificates.crt`` file.
|
``/etc/ssl/certs/ca-certificates.crt`` file.
|
||||||
|
Loading…
Reference in New Issue
Block a user