Enable SSL Certificate Container accessible on S3 Protocol
By default, the Containers are accessible on S3 with HTTP protocol. You can add a SSL Certificate to allow data encryption.
There are multiple types of certificates that can be used to enable SSL.
Self-Signed Certificate
Preamble
We consider in this example the following parameters
Certificate validity period of key SSL is 365 days
Private key file name is "private.key"
Certificate file name is "public.crt"
Server IP address is "10.x.x.x"
Creation of the self-signed certificate
Once done, it's required to restart the MINIO service :
You need to change the following configuration file /root/.mc/config.json and there change the URL of localminio configuration from http to https.
Then you can test the configuration in using the mc admin command :
Last updated