load balancer external ip custom certificates for minio - cniackz/public GitHub Wiki
Objective:
To show how customer can use customer certificates and configure its minio to be accessed without an IP address
Steps:
- Using Digi Cert, customer generated the certs somehow and provide them in the UI:
Notes:
MinIO CA Certificates
is the root certificate and customer put the filedigicert_ca.pem
- The other certificates where wild card certificates meaning they have * to include other subdomains and it seems they put the same certs twice
MinIO Server Certificates
andMinIO Client Certificates
but I need to understand the difference and if they can be the same or why we have two, for other time...