]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/roles/files/pubsub/rabbitmq.config
try if downgrading to 1.2.2 solves my problem
[dsa-puppet.git] / modules / roles / files / pubsub / rabbitmq.config
1         ,{ssl_listeners, [5671]},
2         {ssl_options, [{cacertfile,"/etc/ssl/debian/certs/ca.crt"},
3                 {certfile,"/etc/ssl/debian/certs/thishost-server.crt"},
4                 {keyfile,"/etc/ssl/debian/keys/thishost-server.key"},
5                 {verify,verify_none},
6                 {fail_if_no_peer_cert,false}]}
7