[rabbitmq-discuss] Patch: SSL client certificate authentication for the RabbitMQ STOMP plugin
Simon MacMullen
simon at rabbitmq.com
Mon Feb 20 17:14:55 GMT 2012
On 20/02/12 13:05, Shane Hathaway wrote:
> I'm glad to hear that. I can contribute if it would help get this into
> the next release; just give me specific instructions.
Well, I've just hacked on this myself. If you want to test it that would
be cool. You'll need branch bug24182 of the stomp plugin and the broker
(and any other plugins will need to be from default, not 2.7.1).
The config is the same as yours was BUT:
* ssl_cert_login is moved "up" from inside default_user:
[
{rabbitmq_stomp, [{ssl_cert_login, true}]}
].
(as is implicit_connect if you use that).
* It uses DNs by default, add
{rabbit, [{ssl_cert_login_from, common_name}]}
to use CNs.
Cheers, Simon
--
Simon MacMullen
RabbitMQ, VMware
More information about the rabbitmq-discuss
mailing list