diff options
| author | Steve Powell <steve@rabbitmq.com> | 2012-02-23 15:26:15 +0000 |
|---|---|---|
| committer | Steve Powell <steve@rabbitmq.com> | 2012-02-23 15:26:15 +0000 |
| commit | 122fbb80c5c56980966860d6eeec4fdd6b2abdee (patch) | |
| tree | 3f3db9ba9d4d28ace988864342056ea711b2d0b3 /ebin | |
| parent | 2725b8ce01c2636ac6fbfe375d1c936653363d8e (diff) | |
| parent | 399867cfd72dd67f0aa3e49964fd82826ebc15b6 (diff) | |
| download | rabbitmq-server-git-122fbb80c5c56980966860d6eeec4fdd6b2abdee.tar.gz | |
Merge bug24182 into default
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}, |
