Closed
Description
If the cert/key/cafiles are passed into the docker container as volumes with 0400 permissions owned by the root user in the host system then rabbitmq segfaults.
This is unexpected.
The entrypoint script should copy these files and apply the correct permissions that rabbitmq expects.
Currently I have to work around this by setting the permissions to 0777 on the host machine. This is dangerous =/