On 14/01/2016 16:27, g wrote:
> Can anyone help me configure ssl on the docker image?
Hi!
You may want to look at this pull request which was accepted:
https://github.com/docker-library/rabbitmq/pull/49
I don't know how to use Docker, but the docker-entrypoint.sh script
requires the following environment variables to enable SSL:
o $RABBITMQ_SSL_CERT_FILE
o $RABBITMQ_SSL_KEY_FILE
o $RABBITMQ_SSL_CA_FILE
Note that the variables are named "RABBITMQ_", not "RABBIT_" as the
first comment suggests.
--
Jean-Sébastien Pédron
Pivotal / RabbitMQ