summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-09-30 14:48:33 +0100
committerTim Watson <tim@rabbitmq.com>2013-09-30 14:48:33 +0100
commit6e2720149ed209385a15dff205854dda3f36933f (patch)
treec283eeb56ffcfe6f90ec1926fe51d25abaa6ecdc
parent9891b89f87f02dbb6bdd0a13a0cd63cea7a932b8 (diff)
downloadrabbitmq-server-6e2720149ed209385a15dff205854dda3f36933f.tar.gz
tidy/refactor ssl_cert_login_from
-rw-r--r--docs/rabbitmq.config.example20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 2448a63a..894e6294 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -45,16 +45,6 @@
%% {verify, verify_peer},
%% {fail_if_no_peer_cert, true}]},
- %% This pertains to the rabbitmq_auth_mechanism_ssl plugin and
- %% STOMP ssl_cert_login configuration settings. See the rabbitmq_stomp
- %% configuration section and the README in
- %% https://github.com/rabbitmq/rabbitmq-auth-mechanism-ssl for further
- %% details.
- %%
- %% To use the cn instead of dn, when reading from the SSL cert:
- %%
- %% {ssl_cert_login_from, common_name},
-
%% Choose the available SASL mechanism(s) to expose.
%% The two default (built in) mechanisms are 'PLAIN' and
%% 'AMQPLAIN'. Additional mechanisms can be added via
@@ -95,6 +85,16 @@
%%
%% {auth_backends, [rabbit_auth_backend_ldap]},
+ %% This pertains to both the rabbitmq_auth_mechanism_ssl plugin and
+ %% STOMP ssl_cert_login configurations. See the rabbitmq_stomp
+ %% configuration section later in this fail and the README in
+ %% https://github.com/rabbitmq/rabbitmq-auth-mechanism-ssl for further
+ %% details.
+ %%
+ %% To use the cn instead of dn, when reading from the SSL cert:
+ %%
+ %% {ssl_cert_login_from, common_name},
+
%%
%% Misc/Advanced Options:
%%