ubuntu - RabbitMQ SSL issue - what should the path to the certificates be? -


i'm setting rabbitmq on ubuntu works fine. i'm trying set ssl suspect rabbitmq can't find path i've put certificates. i'm following tutorial here using openssl https://www.rabbitmq.com/ssl.html

the certificates set in folder /rmqca - when set logged in chrisadmin (i think have root permissions i'm little hazy on means/if it's correct). did mkdir /rmqca.

i believe rabbitmq executes user rabbitmq - how make can see path it's config?

change owner using:

sudo chown -r rabbitmq:rabbitmq /rmqca 

and read this: https://www.rabbitmq.com/troubleshooting-ssl.html


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -