projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sip -> rtc rename + monit
[mirror/dsa-puppet.git]
/
modules
/
roles
/
files
/
pubsub
/
rabbitmq-mgmt.config
1
,{rabbitmq_management,
2
[{listener, [
3
{port, 15672},
4
{ssl, true},
5
{ssl_opts, [
6
{cacertfile,"/etc/ssl/debian/certs/ca.crt"},
7
{certfile,"/etc/ssl/debian/certs/thishost-server.crt"},
8
{keyfile,"/etc/ssl/debian/keys/thishost-server.key"}]}
9
]}
10
]}