diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-09-19 10:58:04 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-09-19 10:58:04 +0100 |
| commit | 93b7d6fc5da6eb2ed92044c03434d1a0703526a4 (patch) | |
| tree | 6af820f4605aee6f3b44ec873f2f9aad5caf9721 /docs | |
| parent | 58ae98c86a4337509809314f3830b00acc58bb68 (diff) | |
| parent | 9bee1a19105998d904078e338a0b212257b1d79d (diff) | |
| download | rabbitmq-server-git-93b7d6fc5da6eb2ed92044c03434d1a0703526a4.tar.gz | |
merge heads
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.sample.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.sample.config b/docs/rabbitmq.sample.config index 0f2272e6af..cf6e70eaac 100644 --- a/docs/rabbitmq.sample.config +++ b/docs/rabbitmq.sample.config @@ -95,7 +95,7 @@ %% %% Misc/Advanced Options: %% - %% NB: Change these only if you understand what you're doing! + %% NB: Change these only if you understand what you are doing! %% %% How to respond to cluster partitions. @@ -221,7 +221,7 @@ %% Listen for SSL connections on 61613. %% {ssl_listeners, [61613]}, - %% Extract name from client's certificate when using SSL. + %% Extract name from client certificate when using SSL. %% {ssl_cert_login, true}, %% Use cn instead of dn when reading from the SSL cert. |
