<div dir="ltr">Hi,<br><br>I need help with a custom verify_fun to have an ability to read CRL pem file and validate client certificates (since RabbitMQ/Erlang does not support it).<br><br>I'm not Erlang programmer (I'm more about Python), and I have some troubles with understanding things.<br>Documentation says that I can specify a custom verify_fun this way:<br>{verify_fun, {Module, Function}}<br><br>Where should I put my Module (e.g. mymod.beam) contains Function (e.g. check_crl/1) to make sure that RabbitMQ will find and use this Module? Should I specify Function's arity in the config file?<br><br>Thanks!<br></div>