Replies: 1 comment
-
Hello, thanks for using RabbitMQ. In general, Team RabbitMQ uses GitHub discussions first, and then only files issues when there is actionable work. You have a very wide range of questions and suggestions here. I would like to first point out Team RabbitMQ's official community support policy, which specifically mentions TLS: Creating X509 certificates using a certificate authority like Comodo or DigiCert is well out of the range of what we will document or support for free. The internet is full of very complete examples for requesting certificates.
Every cert provider is a bit different, so we can't realistically support documenting them all. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Generating a CSR and using it to get and install a TLS/SSL in IIS can be achieved by almost anyone using a step-by-step guide like for example this one: https://www.digicert.com/kb/csr-creation-ssl-installation-iis-10.htm
The TLS/SSL documentation for RabbitMQ is quite low-level. I was able to get it working om my DEV machine using the visual studio command prompt, generating a CA certificate and a SSL Certificate using this batch file:
However when needing to get a certificate from, for example Sectigo or Comodo, It's not really clear how to start (create a CSR?)
Describe the solution you'd like
Describe alternatives you've considered
The other option should also be elaborated on. How is this typically done? I guess the reverse proxy would listen on a (sub)domain, offload the TLS/SSL and forward to RabbitMq on a specific port? Does RabbitMq need to be aware of the subdomain? Must a "virtual host" be configured for it?
Examples for
Additional context
Since RabbitMQ is often used in combination with the Stomp and Mqtt plugins maybe also touch on some other topics that need to be configured on a client-host, for example:
Beta Was this translation helpful? Give feedback.
All reactions