[rabbitmq-discuss] CRL support

Rosa, Andrea andrea.rosa at hp.com
Thu Aug 4 11:54:27 BST 2011


Hi Matthias

Thank you for your reply.
Regards
--
Andrea

> As suggested in response to your question in erlang-questions, you can
> define your own cert verification function with the verify_fun ssl
> option and have that perform all the checks you need. The erlang ssl
> docs (http://www.erlang.org/doc/man/ssl.html) for verify_fun describe
> how that function should behave.
> 
> To hook your verification function into rabbit (nb: this is untested)
> ...
> 
> 1) write an erlang module containing (and exporting) that function
> 
> 2) In the rabbit/ssl_options section of the rabbitmq.config, add an
> entry {verify_fun, {YourModuleName, YourFunctionName}}.
> 
> 
> Regards,
> 
> Matthias.


More information about the rabbitmq-discuss mailing list