Skip to content

Commit b251250

Browse files
committed
Merge pull request #55 from hlm/master
fixed ownership of ssl certificates
2 parents ec1f618 + b8fc6e5 commit b251250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ if [ "$1" = 'rabbitmq-server' ]; then
122122
# Create combined cert
123123
cat "$RABBITMQ_SSL_CERT_FILE" "$RABBITMQ_SSL_KEY_FILE" > /tmp/combined.pem
124124
chmod 0400 /tmp/combined.pem
125+
chown rabbitmq /tmp/combined.pem
125126

126127
# More ENV vars for make clustering happiness
127128
# we don't handle clustering in this script, but these args should ensure

0 commit comments

Comments
 (0)