I’m using a autosigned certificate for minio and mattermost operator to install it.
I don’t find any doc about how to specify ca.cert to validate the minio certificate.
I try chatgpt who give me these config:
fileStore:
external:
url: https://minio.xxxx.com:8000
bucket: mattermost-staging
secret: backup-creds
caSecret: minio-ca-secret
But when I try it I still have this error
`Error: failed to initialize platform: failed to initialize filebackend: unable to connect to the s3 backend: Endpoint url cannot have fully qualified paths.`
`{"timestamp":"2025-03-03 16:52:24.506 Z","level":"info","msg":"Loaded configuration for logging","caller":"platform/config.go:146","source":"null"}`
`{"timestamp":"2025-03-03 16:52:24.506 Z","level":"debug","msg":"Advanced logging config not provided for notification logging","caller":"platform/config.go:148"}`
`{"timestamp":"2025-03-03 16:52:24.506 Z","level":"info","msg":"Server is initializing...","caller":"platform/service.go:175","go_version":"go1.20.7"}`
`{"timestamp":"2025-03-03 16:52:24.506 Z","level":"error","msg":"failed to initialize platform: failed to initialize filebackend: unable to connect to the s3 backend: Endpoint url cannot have fully qualified paths.","caller":"commands/server.go:76"}`
So I suppose it’s not a good solution.
I don’t find anything on doc talking about this kind of installation.