]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/files/pubsub/rabbitmq.config
ssl listeners for rabbit
[dsa-puppet.git] / modules / roles / files / pubsub / rabbitmq.config
diff --git a/modules/roles/files/pubsub/rabbitmq.config b/modules/roles/files/pubsub/rabbitmq.config
new file mode 100644 (file)
index 0000000..cd34d88
--- /dev/null
@@ -0,0 +1,7 @@
+     {ssl_listeners, [5671]},
+     {ssl_options, [{cacertfile,"/etc/ssl/debian/certs/ca.crt"},
+                    {certfile,"/etc/ssl/debian/certs/thishost-server.crt"},
+                    {keyfile,"/etc/ssl/debian/keys/thishost-server.key"},
+                    {verify,verify_none},
+                    {fail_if_no_peer_cert,false}]}
+