summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-02-20 16:28:04 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-02-20 16:28:04 +0000
commitba2058c7163dd3b24b78066aba0a3fa1cd9a66f2 (patch)
treeaf7855a906ac283a5aa252804a66a52d9c0da249 /ebin
parent5336bdec39927c578fa84b7ba854610a323be5f3 (diff)
downloadrabbitmq-server-ba2058c7163dd3b24b78066aba0a3fa1cd9a66f2.tar.gz
Move the mode thing into the server too.bug24182
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 2fee1114..fd19051d 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -38,6 +38,7 @@
{delegate_count, 16},
{trace_vhosts, []},
{log_levels, [{connection, info}]},
+ {ssl_cert_login_from, distinguished_name},
{tcp_listen_options, [binary,
{packet, raw},
{reuseaddr, true},