Browse Source

Mentions BROKER_USE_SSL in security guide.

Jocelyn Delalande 9 years ago
parent
commit
f51b4bda5d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/userguide/security.rst

+ 3 - 0
docs/userguide/security.rst

@@ -46,6 +46,9 @@ If your broker supports fine-grained access control, like RabbitMQ,
 this is something you should look at enabling. See for example
 http://www.rabbitmq.com/access-control.html.
 
+If supported by your broker backend, you can enable end-to-end SSL encryption
+and authentication using :setting:`BROKER_USE_SSL`.
+
 Client
 ------