diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2014-10-20 11:21:55 +0400 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2014-10-20 11:21:55 +0400 |
| commit | 1d0be28cdaaf42994fbf88ea88ffb347abe1b150 (patch) | |
| tree | 4379451d17fd0e2fdea5ec6b7848c75848d53c7f | |
| parent | 16f86385097a0d52b147cb351fbe5a150e4e4074 (diff) | |
| download | rabbitmq-server-git-1d0be28cdaaf42994fbf88ea88ffb347abe1b150.tar.gz | |
Update rabbitmq.config.example
| -rw-r--r-- | docs/rabbitmq.config.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 63540568f1..b695f6309f 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -64,7 +64,8 @@ %% {certfile, "/path/to/server/cert.pem"}, %% {keyfile, "/path/to/server/key.pem"}, %% {verify, verify_peer}, - %% {fail_if_no_peer_cert, false}]}, + %% {fail_if_no_peer_cert, false}, + %% {versions, ['tlsv1.2', 'tlsv1.1']}]} %% Choose the available SASL mechanism(s) to expose. %% The two default (built in) mechanisms are 'PLAIN' and |
