diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-02-20 16:28:04 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-02-20 16:28:04 +0000 |
| commit | 399867cfd72dd67f0aa3e49964fd82826ebc15b6 (patch) | |
| tree | af7855a906ac283a5aa252804a66a52d9c0da249 /ebin | |
| parent | 1b02400ad090850fcab692ba0143924bf9956d8a (diff) | |
| download | rabbitmq-server-git-399867cfd72dd67f0aa3e49964fd82826ebc15b6.tar.gz | |
Move the mode thing into the server too.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 2fee1114aa..fd19051d27 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}, |
