summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-09-30 14:46:51 +0100
committerTim Watson <tim@rabbitmq.com>2013-09-30 14:46:51 +0100
commit09f38f619da7ad137b3497a51b38a291a4663d84 (patch)
tree79b8ca69e3450ada07761fa7fe2202f3116219f4 /docs
parent5c7c98a2968949f29623eb0229074dea4e87a2d4 (diff)
downloadrabbitmq-server-git-09f38f619da7ad137b3497a51b38a291a4663d84.tar.gz
Move ssl_cert_login_from to the correct place and add further comments
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 13f7684504..0c7909c27e 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -45,6 +45,16 @@
%% {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
@@ -322,9 +332,6 @@
%% Extract a name from the client's certificate when using SSL.
%% {ssl_cert_login, true},
- %% Use cn instead of dn when reading from the SSL cert.
- %% {ssl_cert_login_from, common_name},
-
%% Set a default user name and password. This is used as the default login
%% whenever a CONNECT frame omits the login and passcode headers.
%%