-
So far I have seen some minio documentation (1, 2, ) about how to add the certificates correctly but I haven't been able to set it up correctly :-(
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
So far I have seen some minio documentation (1, 2, ) about how to add the certificates correctly but I haven't been able to set it up correctly :-(
-
I'm kind of new to minio and I'm struggling with the certificate stuff. Right now I'm able to deploy a tenant in a k3s cluster, using Longhorn as the storage manager, and MetalLB to let my on-premise k3s cluster create loadbalancers services.When I create the tenant I can use the ` mc client to use the minio server, but I always need to use the --insecure flag because if I dont use it I get the following error:mc: Unable to list folder. Get "https://10.1.3.110:9000/": x509: cannot validate certificate for 10.1.3.110 because it doesn't contain any IP SANs
-
I'm kind of new to minio and I'm struggling with the certificate stuff. Right now I'm able to deploy a tenant in a k3s cluster, using Longhorn as the storage manager, and MetalLB to let my on-premise k3s cluster create loadbalancers services.When I create the tenant I can use the ` mc client to use the minio server, but I always need to use the --insecure flag because if I dont use it I get the following error:mc: Unable to list folder. Get "https://10.1.3.110:9000/": x509: cannot validate certificate for 10.1.3.110 because it doesn't contain any IP SANs