Hi all,
Im in the need of connecting to an RabbitMQ installation to both send and get messages into Node-Red.
To do so I need to connect using credentials and certificate authentication. How ever, Im unable to figure out how to configure the nodes correctly with the following additional info related to certificates: All of the Nodes so far seems to support just username/password and a single path to the cerfiticates.
<Certificate>
<AuthorityCertificatePath>**AUTH-CERT-PATH(CA)**</AuthorityCertificatePath>
<CertificatePath>**CERT-PATH**</CertificatePath>
<KeyPath>**KEYPATH**</KeyPath>
<KeyCertificatePath>**KEYCERT-PATH**</KeyCertificatePath>
<KeyCertificatePathPassphrase>**PASSWORD**</KeyCertificatePathPassphrase>
<ServerName></ServerName>
</Certificate>
Any ideas how to configure this and which Node would support this ?
Thanks