Options for private key password encryption #8109
-
Hi All, I am configuring TLS communication for the RabbitMQ service. RabbitMQ says it doesn't make the system more secure, it just satisfies certain country regulations, and I agree with that. I'm wondering if there is some other way to hide the password that would provide a higher level of configuration security because using even a passphrase is not a good solution for our customers. Maybe RabbitMQ can read the certificate from certificate store or some other solution? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use an encrypted filesystem for your RabbitMQ configuration (see File and Directory Locations), and/or the |
Beta Was this translation helpful? Give feedback.
Use an encrypted filesystem for your RabbitMQ configuration (see File and Directory Locations), and/or the
rabbitmq_trust_store
plugin. There are no other options.