Mount ssl certificate failed because of permission denied

Start container with user id, which has permission to read that cert (--user <user-id>)
or
change ownership of cert in your filesystem, so default user in Grafana will have permissions to read it (e.g. chown 472:472 x.crt)

Doc: https://grafana.com/docs/installation/docker/

1 Like