Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created July 3, 2013 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelklishin/af7c857e091879a76e1a to your computer and use it in GitHub Desktop.
Save michaelklishin/af7c857e091879a76e1a to your computer and use it in GitHub Desktop.
[
{rabbit, [
{ssl_listeners, [5671]},
{ssl_options, [{cacertfile,"/path/to/testca/cacert.pem"},
{certfile, "/path/to/server/cert.pem"},
{keyfile, "/path/to/server/key.pem"},
{verify,verify_none},
{fail_if_no_peer_cert,false}]}
]}
].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment