Enable SSL Certificate Container accessible on S3 Protocol
Self-Signed Certificate
Preamble
Creation of the self-signed certificate
$ cd /root/.minio/certs/
$ sudo openssl11 req -x509 -newkey rsa:4096 -sha256 -days 365
-nodes -keyout ./private.key -out ./public.crt -subj "/CN=nodeum.domain.local" -
addext "
subjectAltName=DNS:nodeum.domain.local,DNS:localhost,IP:0.0.0.0,IP:127.0.0.1,
IP:10.x.x.x"
Generating a RSA private key
................................................................................++++
................................................................................++++
writing new private key to './private.key'
-----Last updated
Was this helpful?